[jQuery] Re: First jQuery Plugin

2009-03-10 Thread OtakuD
Ok I get that, its an option I can try. What Id like to know though is why the select elements in the currently selected tab arent being populated if the previously selected tab had an element of the same name eg: first tab: Select Category Second Tab: Select Product Sele

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread OtakuD
Hmm seems like I spoke too soon! (-.-) Well it works fine so long as the three different jQuery UI tabs do not have identically named inputs, or at least thats how it seems. Each of my tabs is used for either editing, creating or deleting a record from the database so identical fields are bound t

[jQuery] Re: First jQuery Plugin

2009-03-10 Thread OtakuD
Holy moly! Thanks mate! You know, all my ids where "new_" but I changed them to "new-" trying to figure out this error so I thought it didnt work, changing them back now however fixed it all... weird but Im SO grateful! Thanks again!

[jQuery] First jQuery Plugin

2009-03-10 Thread OtakuD
Hey guys, first off let me just say Im a jQuery noob, so if you see any obvious errors/improvements, please feel free to inform me! I want to make a simple plugin that auto-populates a html select element, it works fine on the first element but when I call it again to populate a second it appends