Please wrap all the typeselect code with
(function($) { /* some code that uses $ */ })(jQuery)
(from http://docs.jquery.com/Using_jQuery_with_Other_Libraries ) so that it still works with jQuery noConflict mode.
Log in to post a comment.