[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
Thank you !!! i found a solution like this on one of website: $(".qs_input").keyup(function() { var filter = $(this).val(); alert('filter ' + filter); if (filter.length > 2) // only starts searching when more than 2 chars { alert($(".pagesize").val(

[jQuery] Re: Jquery Live search

2009-02-17 Thread brian
I'm not familiar with those plugins. But, if you are refreshing the content using ajax then that's the problem. On Tue, Feb 17, 2009 at 10:40 PM, Varun Khatri wrote: > also I would like to tell you, its not that on clicking the pager it stops > working... but the problem is it works only on the

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
also I would like to tell you, its not that on clicking the pager it stops working... but the problem is it works only on the records which are on 1 page ... and not on wntire table so I dont know if binding it will work what is your opinion ? Please tell? Thanks Varun On Tue, Feb 17, 20

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
Many thanks to reply!! I am using table sorter plugin with pager plugin and on this table I am using live search plugin... I will read the article that you just sent Just in case if you can suggest something else Thanks Varun On Tue, Feb 17, 2009 at 5:44 PM, brian wrote: > > Are

[jQuery] Re: Jquery Live search

2009-02-17 Thread brian
Are you loading the other pages with ajax? http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F On Tue, Feb 17, 2009 at 7:36 PM, Varun Khatri wrote: > ANY IDEA... ANY HINT WILL BE APPRECIATED? > Thanks > Varun > > On Tue, Feb 17, 2009 at 2:00

[jQuery] Re: Jquery Live search

2009-02-17 Thread Varun Khatri
ANY IDEA... ANY HINT WILL BE APPRECIATED? Thanks Varun On Tue, Feb 17, 2009 at 2:00 PM, varun wrote: > Hi > > It seems I am doing something wrong in here... But cant figure out... > Please help me with this: > > > The jquery Live Search only works on 1 page and not the entire > tablesorter

[jQuery] Re: jQuery Live Search - where?

2007-07-24 Thread Rey Bango
It looks from the demo on that site that you're looking for an AutoComplete. Is that correct? If so, check out this one by jQuery team member Joern: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ I've used that one extensively. Rey... Web Specialist wrote: I'm looking for

[jQuery] Re: jQuery Live Search - where?

2007-07-24 Thread Sebastián V. Würtz
Web Specialist escribió: I'm looking for any example about jQuery Live Search. Google gives me this example: http://www.steintafel.ch/blog/2006-10/jquery-visitenkarte-mit-ajax-laden/ but in german(help Klaus and Karl)! ;P Do you know any more example? Cheers this website is