Hi,
Here is my new jquery plugin .
Text Search Plugin
This plugin will search for a char,word in the document and highlight the text.Useful for implementing search functionality in web pages.
Here is my new jquery plugin .
Text Search Plugin
This plugin will search for a char,word in the document and highlight the text.Useful for implementing search functionality in web pages.
Example
#search is the id for input text field.
$('#search').textSearch();
$('#search').textSearch({highlightclass:"highlight",findin:"#sear"});
0 comments:
Post a Comment