Skip to content

Instantly share code, notes, and snippets.

@wmh
Created February 7, 2018 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmh/74109e7b714bd77b6255a2b6952a9f47 to your computer and use it in GitHub Desktop.
Save wmh/74109e7b714bd77b6255a2b6952a9f47 to your computer and use it in GitHub Desktop.
只留放空
$('#fem03001\\:prodName option').each(function (idx, ele) { if (ele.innerText.indexOf('空')==-1) {$(ele).remove()} })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment