[jQuery] Re: Autosuggest

2007-11-19 Thread kef
Instead of using one array of csv data, why not use nested arrays? On Nov 19, 6:48 am, Gordon [EMAIL PROTECTED] wrote: http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jq... demonstrates a plugin that's really close to what I want, it will pick up on elements where the word

[jQuery] Re: .append() is not inserting data into my div

2007-11-19 Thread kef
Most of the problems I've personally had with .append is when my xhtml is malformed or I'm not escaping something properly. On Nov 19, 5:20 am, James Dempster [EMAIL PROTECTED] wrote: append expects html data starting with a html element e.g div or an element please check that this is the

[jQuery] issue with .append

2007-11-14 Thread kef
I have a bit of code that uses .append: $(pObject).append(whatToAdd); pObject is a div, with an unique id, in this case #divTxt whatToAdd is a string containing a p tag and two labelinput tags. The HTML is: body p a href=# onClick=appendElementScriptHereAdd/a /p form action=#