User: jaykali Branch: HEAD Date: Wed, 02 Dec 2009 20:49:54 +0000 Modified files: /modules/jquery_dropdown/js jquery_dropdown.js Log message: #3 thtas - August 25, 2009 - 18:13 Line 82 of jquery_dropdown.js so it would look like this //this is the event for when you select a fake option $("ul.jquery_dropdown_list li a").click(function(){ $(this).parent("li").parent('ul').parent("div.jquery_dropdown_container").find("div.jquery_dropdown_header").text($(this).text()); $(this).parent("li").parent('ul').parent("div.jquery_dropdown_container").find("ul.jquery_dropdown_list").hide(); $("#"+$(this).attr('class')).val($(this).attr('rel'));//set value to select $(this).trigger("jquery_dropdown_list_refreshed");//trigger the onchange event of our drop down when we click a fake option $('#'+select_id).trigger("onchange"); return false; }); Links: http://cvs.drupal.org/diff.php?path=contributions/modules/jquery_dropdown/js...