getting TypeError: $(...).select2 is not a function while using select2 in firefox

1,006 views
Skip to first unread message

sai....@gmail.com

unread,
Sep 18, 2013, 1:22:19 PM9/18/13
to sel...@googlegroups.com
Hi

I am using select2 in one my projects. It is awesome plugin and works flawlessly in chrome and IE but I have problem using it in firefox.
I am using firefox 23.0.1.

Error in console:
[22:40:05.663] TypeError: $(...).select2 is not a function @

code :
script:

$(document).ready(function() {
$("#combobox").select2();
});

html:
<select id="combobox" class="inline">

I have given all necessary javascripts in my code(It is working fine in other browsers)

Reply all
Reply to author
Forward
0 new messages