HTA application with jquery
Hello,
First time using jquery and i'm stuck. I'm creating a HTA application and i have a slide out menu, the slide out menu works great but when i have a select box it goes behind the select box.
I've googled for days looking at select box and iframes etc but haven't been able to get it to work.
The closest i've come is using this handy plugin
http://www.brainfault.com/2007/07/23/select-box-replacement/
Now this works ok but when i load another select box on the page e.g. <span id=Newbox></span>
NewBox.InnerHtml = <select><option>No1</option></select>
The effects aren't loaded into that selectbox, so my question is....can the selectbox plugin be loaded when the selectbox is placed on the page? or reloaded or something?
The main reason i think this is the key is because of the document.ready call in the head section on the html?
Any help would be great.