jQuery Plugin Directory

Tag: Core Java Script · Page 33 of 38

10 years ago

JavaScript HTML5 File Reader

This object can read files user selected with the FileReader API.It creates an invisible file form input on the page to let the user select one or more local files.The object uses the HTML5 FileReader API to retrieve the contents of the files the user picked.A given callback function when each of the selected files is loaded.

JavaScript HTML5 File Reader

10 years ago

Javascript QRCode Scanner

JavaScript QRCode reader for HTML5 enabled browser.A QR code (abbreviation for Quick Response code) is a specific matrix barcode (or two-dimensional code) that is readable by dedicated QR barcode readers and camera telephones. The code consists of black modules arranged in a square pattern on a white background. The information encoded may be text, URL, or other data.

Javascript QRCode Scanner

10 years ago

letterer.js : Breaks HTML into individual Characters & Words

Breaks HTML into individual characters, and words, without messing up the semantic structure.The script recursively runs over the initial DOM node’s children and breaks everything down. It’s pretty lightweight and does not require any 3rd party library. Note that a class is added to each letter in the break down process, so later it could be removed so cool CSS3 transition effects could be done.

letterer.js : Breaks HTML into individual Characters & Words
FirstPrevious3132333435NextLast