Linkselect plugin not working with jquery-2.1.1
I like Linkselect jQuery Plug-in v1.5.13
documentation says it works with jQuery v1.4.3 (or higher)*
but I can't get it to work with jquery-2.1.1.js
I do not exactly understand the included script but it seems to be related to my problem.
IE: just a standard select drop down.
Any help appreciated or any other way of doing the same would also be appreciated.
Ray
- <script type="text/javascript">
<!--//
// on DOM ready
$(document).ready(function (){
$("#current_rev").html("v"+$.linkselect.version);
$("select.linkselect").linkselect();
});
//http://www.w3schools.com/css/css_link.asp
//-->
</script>