Hi All,
I am using a JS pluging (executed by document.ready function) to style HTML select item. I am also using the before() function to insert additional select items, as needed.
However, the select items added using the before() function does not invoke the plugin to style the select box, even though I have included all of the necessary tags to activate the plugin.
Any ideas?