[jQuery] Re: Superfish IE6

2009-02-01 Thread Steven Wright
I have solved the problem listed below by adding a width to the secondary UL Ul.dropdown li ul { display: none; position: absolute; top: 2em; left: 0; width:12em; } -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegrou

[jQuery] Re: Blueprint css versus YUI grids versus ?

2009-01-19 Thread Steven Wright
Before using a framework you should make sure you completely understand how to use CSS. That being said I recommend Blueprint. Check out this generator: http://kematzy.com/blueprint-generator/ steve -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com]

[jQuery] Re: Noob

2009-01-14 Thread Steven Wright
Never mind I figured it out. What I needed to was add the autocomplete after I put the row onto the table. Doh! // put the row into the table $('#' + tableID).append(clonedRow); $('#IngredientList'+newIndex+'Ingredient').autocomplete(data); Which makes perfect sense now that I look at it. Tha

[jQuery] Re: Noob

2009-01-14 Thread Steven Wright
Hi Maurício I can get this work using the regular events but not with autocomplete. If you don’t mind can you point me in the right direction? This is how I currently assign autocomplete to my input: $(document).ready(function() { str = ''; data = str.split('|');

[jQuery] Re: Noob

2009-01-14 Thread Steven Wright
Thanks I will look into that. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mauricio (Maujor) Samy Silva Sent: Wednesday, January 14, 2009 5:20 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Noob Use the new event feature

[jQuery] Re: autocomplete

2009-01-12 Thread Steven Wright
Thanks Jörn I appreciate you taking the time to help me out. Steve -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jörn Zaefferer Sent: Monday, January 12, 2009 12:18 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: autocomplet