[jQuery] Re: Text finder in html

2007-11-07 Thread syg6
Hmmm ... yes, this is similar to what I need but I can't get your code to do anything. :( If I understand the code correctly, you capture the keyup event for a input text field called 'filter' (which isn't included in the HTML you posted) and then loop through each td with the 'leadName' class

[jQuery] Re: Text finder in html

2007-11-06 Thread Andy Matthews
I wrote something exactly like this for a project. It's not 100% complete, but you're welcome to it. Maybe it'll help? // define the table var $table = $('#leadsTable tbody tr .leadName'); // the on keyDown event handler $('#filter').keyup(function(){ // get the current value of the