,

Web Design Library

Web Design Library


SFBrowser file browser and uploader

Posted: 05 Aug 2011 03:11 AM PDT

SFBrowser file browser and uploader for jQuery and PHP5. It returns a list of objects with containing the names and additional information of the selected files. You can use it, like any open-file-dialog, to select one or more files. Most inherent functionalities are also there like: file upload, file preview, creating folders and renaming or [...]

jquery TinySort

Posted: 05 Aug 2011 03:01 AM PDT

jquery TinySort is a small jQuery plugin that will sort any nodetype by it’s text-, attribute- or data value, or by that of one of it’s children. usage The first parse in the tsort function can either be nothing… $("li").tsort(); $("ul#people>li").tsort(); a string (as you would in find)… $("ul#people>li").tsort("span.surname"); a ‘settings’ object… $("ul#people>li").tsort({place:"end"}); or both… [...]

jquery rotate

Posted: 05 Aug 2011 02:52 AM PDT

jquery rotate this plugin allow cross-browser CSS element rotation with backwards compatibility with MSIE browsers. Properly calculates values for MSIE filter matrix M11 M12 M21 and M22… Super annoying problem now simplified. Enjoy. P.S. I don’t have any version of windows to test this in. LOL. Confirmation that the plugin works in versions of MSIE [...]

jquery Live and Let Die

Posted: 05 Aug 2011 02:38 AM PDT

jquery Live and Let Die No more pages hanging out, partially rendered with no events attached to them! If the target element of your event will be rendered on the initial page load, there is no need to wait for domReady to attach an event to it. Use ‘Live and Let Die’ -.lald()- to attach [...]

Leave a Reply