I am trying to open a modal on the change event of select Box? This is My Modal
).
modal(
'show')
});
try it here
Solution 2:
Finally resolved the issue.
It seems the issue was because of conflict of Jquery versions.
Removed the conflict and it's working now. :)
Post a Comment for "How To Open A Bootstrap Modal On Change Of Select Box"