Check ajaxrain.com .. they have the perfect example of what you are
trying to do.
On Dec 29, 4:55 pm, Šime Vidas wrote:
> The combo is a SELECT element, why shouldn't you be able to write
> inside it?
>
> For every character keyup event, you AJAX load the OPTION elements and
> put them inside the
debug: true
> });
>
> });
>
> On Tue, Dec 29, 2009 at 5:08 AM, Alex Mcauley <
>
>
>
> webmas...@thecarmarketplace.com> wrote:
> > You have alot of unclosed tags in there ...
>
> > Let me help you out a bit and pastebin how it shou
You have alot of unclosed tags in there ...
Let me help you out a bit and pastebin how it should look!...
This should help
http://pastie.org/759936
On Dec 28, 6:44 pm, ace123 wrote:
> I'm not sure if this is possible...but I love the jquery tablesorter-
> but I can't figure out how to get it
Sorry found a typo in my example...
$("#jlist") ... should read $("#list")
This is not an error in the script just an error in copy/paste!
On Dec 23, 11:05 am, Alex Mcauley
wrote:
> Morning and happy holidays!..
>
> I am having some trouble with jQuery and
Looks like a problem in the PHP/SQL...
1. Make sure $vote is an integer else you will have to wrap it in ''
inside the SQL UPDATE statement.
2. The INSERT statement should wrap like this ... INSERT INTO
`table_name` (`column1`,`column_2`) VALUES ('$value_1','$value_2')
3. You can save yourself a f
Morning and happy holidays!..
I am having some trouble with jQuery and IE7 quirks (suprise
suprise)..
Basically i wrote a script that truncates some text and when "More
Details" is clicked - JQuery unhides the truncated text and adds a
"Less Details" link at the bottom (which inturn hides the rev
6 matches
Mail list logo