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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo