[jQuery] Quicksearch

2009-09-18 Thread Charlie
I am trying to use quicksearch on tables that have input boxes in each of the and have found that the quicksearch does not search the values of each of those input boxes. Does anyone know a way to get quicksearch to include the input boxes? Thanks

[jQuery] Quicksearch. How to match only the beginning of a word?

2009-09-11 Thread minbo
Hello, I'm using the Quicksearch plug-in and it does everything I need except for one thing. If I have two rows, for example: "Blood oranges" and "Green apples" and I search for "a", it's going to match both rows because it matches the "a" in "oranges". What I need to is to match only the begi

[jQuery] Another jQuery Quicksearch Plugin question

2008-11-22 Thread russellneufeld
Hi all, Just learned about the quicksearch plugin from a couple of posts yesterday. Very cool. Thanks for writing and sharing it. I have a table which is filled in periodically from some asynchronous calls. That is, when the page initially loads, the table is empty. As search results com

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread abovegaucho
Good to know...again thanks for helping me with this. Hope you have a good rest of today. On Nov 21, 2:53 pm, "Rik Lomas" <[EMAIL PROTECTED]> wrote: > That's due to the script taking too much time to parse the > information, it's just one of those things that will happen when you > have such a lar

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
That's due to the script taking too much time to parse the information, it's just one of those things that will happen when you have such a large data set to iterate over Rik 2008/11/21 abovegaucho <[EMAIL PROTECTED]>: > Rik that worked! The only thing that I can't seem to explain is why I > g

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread abovegaucho
Rik that worked! The only thing that I can't seem to explain is why I get a box that reads: "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: http://localhost/sort/js/jquery-1.2.6.pa

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
I would increase the delay to something like 1000, that may help performance I think the problem with taking the delay out is the comma at the end of the labelText bit, IE doesn't like those missing commas in objects Rik 2008/11/21 abovegaucho <[EMAIL PROTECTED]>: > I see... > > All I have ther

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread abovegaucho
I see... All I have there is very basic things $(document).ready(function () { $('table tbody tr').quicksearch({ position: 'before', attached: 'table', labelText: 'Search the GPI Fuel Product Manuals', delay: 50 }); }) If i take the delay:50 out I don't get a search box

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
I meant in the options, so when you do $(...).quicksearch( options ); there isn't anything other than the basic stuff you need in the object you're passing through Rik 2008/11/21 abovegaucho <[EMAIL PROTECTED]>: > > First I must say that I really like your plugin...and I did go and > read some o

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread abovegaucho
First I must say that I really like your plugin...and I did go and read some other stuff on your site about your latest plugin...congrats! I have the following options in the jquery.quicksearch.js file...I believe that row striping is off...but I am not much of a programmer so let me know what I

[jQuery] Re: jQuery Quicksearch Plugin Help

2008-11-21 Thread Rik Lomas
Hi, I'm the author of the quicksearch plugin, unfortunately the code *is* a bit slow when dealing with large sets of data and it is one of the issues I'm trying to fix, I would recommend not having any extra features enabled to help speed it up (e.g. row striping) Someone might correct me, but I

[jQuery] jQuery Quicksearch Plugin Help

2008-11-21 Thread abovegaucho
I am having issues with the jquery.quicksearch plugin. I first created some php code to pull a csv file into a table. Then I used the plugin to search the table that was loaded through the php code. The table wasn't very large so it worked like a charm. However, I tried doing the same thing wi

[jQuery] quickSearch 2.0

2008-10-12 Thread lomas . rik
compatible with any previous code written. http://rikrikrik.com/jquery/quicksearch/ If anyone finds any bugs or has any requests for features, let me know Thanks, Rik Lomas

[jQuery] Re: Question re: jQuery QuickSearch

2008-08-23 Thread McBilly Wilford Sy
3 > > Some text in a table cell > Yes > > > The text below will follow your actual table - after the last > You need to make sure you close your html entities. > >   CLASS="count-field">Report generated Thu, 13 Mar 2008 15:28 Z DIV> > > I hope

[jQuery] Re: Question re: jQuery QuickSearch

2008-08-23 Thread mickes
Billy Wilford Sy" <[EMAIL PROTECTED]> wrote: > Hello world! > > I am a new member and really really new with jQuery. Although I have seen > this work so many times before, this is the first time I am actually using > the codes. Anyway, I am trying to make Rik Lomas quicks

[jQuery] Question re: jQuery QuickSearch

2008-08-22 Thread McBilly Wilford Sy
Hello world! I am a new member and really really new with jQuery. Although I have seen this work so many times before, this is the first time I am actually using the codes. Anyway, I am trying to make Rik Lomas quicksearch plugin ( http://rikrikrik.com/jquery/quicksearch/) to work. The problem

[jQuery] QuickSearch plugin - triggering events

2007-11-16 Thread Sean O
Hi, I'm trying to modify "RikRIkRik" Lomas' excellent QuickSearch plugin. I want to set up clickable links to remove all sorting, and to setup predefined sorts (defined strings sent to the text input). I can clear and fill in the text input box easily enough, of course. But that does nothing