I am using jQuery Chosen Library. Everything works fine till now.
But now if I want to implement the Generic Country & State Dropdown List plugin in my dropdown box then with class="chosen"
it doesn't work. But if I remove chosen
from class then it works fine.
Can anyone tell me why so ? and how I can implement this piece of code with Chosen Library dropdown style.
Thanks