Skip to content Skip to sidebar Skip to footer
Showing posts with the label javascript

Convert image or word or pdf files to data url using javascript

The following code will get the image or any type of files from the  input type="file" HT… Read more Convert image or word or pdf files to data url using javascript

set and get multiple values from drop down list using javascript

Usually, we will two values from the dropdown list one is option value and option text, but in some… Read more set and get multiple values from drop down list using javascript

How to find the device mobile or pc using javascript?

You can find the type of the device using javascript, for example, your website If you want to hide… Read more How to find the device mobile or pc using javascript?

Warn the user if leave the current page using javascript

In some situations, users have a chance to wrongly press the back, close or reload button in the br… Read more Warn the user if leave the current page using javascript

Select all values from list box in a single click using javascript

The following example code will help you to select all or deselect all the items from the list box… Read more Select all values from list box in a single click using javascript

Move up and down listbox item using javascript

In the following example, we can easy to move the list box item up and down using javascript code. … Read more Move up and down listbox item using javascript