* adjust the placeholder of chosen.

This commit is contained in:
azhi
2013-08-02 08:50:36 +08:00
parent ad54b16e64
commit ce08eaed8d
24 changed files with 12 additions and 38 deletions

View File

@@ -87,5 +87,4 @@ $(document).ready(function()
setPreview();
$("#story").chosen({no_results_text: noResultsMatch});
$("#mailto").chosen({no_results_text: noResultsMatch});
$("#mailto_chzn .chzn-choices li.search-field input").attr('value', mailto);
});

View File

@@ -2,7 +2,6 @@ $(function()
{
$("#story").chosen({no_results_text: noResultsMatch});
$("#mailto").chosen({no_results_text: noResultsMatch});
$("#mailto_chzn .chzn-choices li.search-field input").attr('value', mailto);
$('.iframe').colorbox({width:900, height:500, iframe:true, transition:'none', onCleanup:function(){parent.location.href=parent.location.href;}});
})