[jQuery] Re: Sortable List (interface plug-in) -Sort multiple identical list

2007-09-05 Thread bucky483
Here is an example.sort of Green List Red List ____ |__Item 1__||__Item 1__| ____ |__Item 2__|

[jQuery] Jquery and Xinha

2007-09-05 Thread voltron
Hi all! Has anybody gotten Xinha (http://xinha.webfactional.com/) to work wth Jquery? Thanks

[jQuery] Re: bassistance: jQuery plugin: Autocomplete

2007-09-05 Thread Dylan Verheul
A little explanation: I wrote the original autocomplete to restrict my users: they were only allowed to pick something out of a (very, very long) list. On 9/6/07, Chris W. Parker [EMAIL PROTECTED] wrote: On Wednesday, September 05, 2007 2:47 PM Jörn Zaefferer said: Thanks Chris for the

[jQuery] Re: Jquery and Xinha

2007-09-05 Thread Erik Beeson
Define work with. Does something about it keep it from working when using jQuery? --Erik On 9/5/07, voltron [EMAIL PROTECTED] wrote: Hi all! Has anybody gotten Xinha (http://xinha.webfactional.com/) to work wth Jquery? Thanks

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Pops
Klaus, Today, this has thrown me for a loop: Is that reallly the HTML? If so, it is invalid and you cannot expect any selector to be reliable in any browsers. I'm not refering to the missing slashes in the closing tag - I assume you just left them out in the example here -, but the

[jQuery] Re: Request: Quick tutorial on jQuery filtering/limiting methods

2007-09-05 Thread Karl Rudd
He's referring to how lists (UL and OL) are built up in the DOM (from the HTML). Lists can only have LI elements as children. So these are valid: ul liblah/li /ul ul liblah ul liblah/li /ul /li /ul But these are invalid: ul ul liblah/li /ul /ul ul liblah/li

<    1   2