[jQuery] Re: How cani achieve this functionality?

2009-12-29 Thread Alex Mcauley
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

[jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Alex Mcauley
           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

[jQuery] Re: sorting columns using jquery. noob with html and java. built custom php using snmp

2009-12-29 Thread Alex Mcauley
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

[jQuery] Re: Jquery + ie7 spans

2009-12-24 Thread Alex Mcauley
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

[jQuery] Re: not able to receive POST data in php file

2009-12-23 Thread Alex Mcauley
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

[jQuery] Jquery + ie7 spans

2009-12-23 Thread Alex Mcauley
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