,

Web Design Library

Web Design Library


The jQuery available

Posted: 01 Aug 2011 03:08 AM PDT

The jQuery available method provides a faster alternative to using $(document).ready() when you need to manipulate elements the instant they become available (before the DOM is even fully loaded). This is useful if you want to avoid DOM flicker (when you modify something but you see the old version until the ready event fires), especially [...]

html buffer plugin

Posted: 28 Jul 2011 08:37 PM PDT

html buffer plugin provides an object like a Java StringBuilder for concatenating HTML and also escaping it to avoid XSS bugs Any text that is constant HTML strings should be added to the buffer with the html() method, similar to jQuerys’ html() method. Any untrusted values from JavaScript objects should be added with the text() [...]

Plain Text Keyword search

Posted: 28 Jul 2011 06:15 AM PDT

Plain Text Keyword search It perform key word search in specified element. It can perform key word in case sensitive and case insensitive mode. demo : demonstration download :  Plain Text Keyword search Incoming search terms:Plain Text Keyword search

jQuery news slider

Posted: 27 Jul 2011 07:47 PM PDT

jQuery news slider plugin that makes news integration to your web site very easy. Dynamic News plugin supports two ways to add news data. You can either enter your news via HTML markups manually or let Dynamic News plugin load the news from rss feed and build the necessary HTML markups automatically. One cool feature [...]

Search Terms Highlight

Posted: 27 Jul 2011 07:40 PM PDT

Search Terms Highlight is part of DynaCloud – where tags/keywords are automatically highlighted once they're clicked – so I took that code and made it a stand-alone JavaScript text highlighting jQuery plugin. download : YUI compressed version download : Search Terms Highlight

Leave a Reply