Hi, I suggest the use of drupal behaviors instead of (document).ready in the select box.js file , in this way the module can work with ajax.

(function ($) {
  Drupal.behaviors.selectbox_fixer = {
    attach: function(context) {
        $("SELECT").selectBox();
    }
  };

})(jQuery);
CommentFileSizeAuthor
#2 selectbox-1885010-2.patch471 byteshumansky

Comments

mecmartini’s picture

subscribe

humansky’s picture

Status: Active » Needs review
StatusFileSize
new471 bytes
humansky’s picture

Assigned: Unassigned » humansky
Status: Needs review » Closed (fixed)