Skip to content

Instantly share code, notes, and snippets.

@kano4
Created May 18, 2012 10:09
Show Gist options
  • Save kano4/2724428 to your computer and use it in GitHub Desktop.
Save kano4/2724428 to your computer and use it in GitHub Desktop.
make image draggable and search contains by jQuery
$('img').draggable();
$("td:contains('自己資本比率')").next().next().css("text-decoration", "underline");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment