I have added dynamic pull down search menu for my site. If you go to the link I provided, you will notice 2 links on the left for the javascript add/delete row in a table options which work ok until I add class="chzn-select"
(dynamic search menu) to the pull down menu. What happens is that when class is added it doesn't add new rows anymore for some reason.
On the menu on the left you can click to see NoCSS table in the action, and problematic CSS table which has the class="chzn-select"
. I think the problem is that css for this menu is dynamic depending on which state the menu is in, but cant figure out where is the problem. Any help appreciated..
Link for the test: http://directa.sytes.net/test/ User: test1 Pass: test1
Add/remove script used: jsfiddle.net/frtrc
Thanks
I would paste css code here, but the site keeps saying that it contains code and doesn't let me post no matter how I format it.. :\