Skip to content

Instantly share code, notes, and snippets.

@bobo
Created April 19, 2012 11:26
Show Gist options
  • Save bobo/2420353 to your computer and use it in GitHub Desktop.
Save bobo/2420353 to your computer and use it in GitHub Desktop.
function productParamsHasOptions(){
$(".lens-params-table td select").each(function(){
if ($(this).has("option").length == 0){
$(this).attr("disabled", true);
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment