--- betterselect/betterselect.js	2011-02-25 02:08:50.000000000 +0000
+++ betterselect/betterselect.js	2011-03-01 11:01:31.000000000 +0000
@@ -1,6 +1,6 @@
 
 Drupal.behaviors.initBetterSelect = function(context) {
-  $('.better-select .form-checkboxes input[@type="checkbox"]').click(function(){
+  $('.better-select .form-checkboxes input[type="checkbox"]').click(function(){
     this.checked ? $(this).parent().parent().addClass('hilight') : $(this).parent().parent().removeClass('hilight');
   }).filter(":checked").parent().parent().addClass('hilight');
 }
