Skip to content

Instantly share code, notes, and snippets.

@rytoj
Created January 29, 2015 22:46
Show Gist options
  • Save rytoj/acd01e493d6711b75ead to your computer and use it in GitHub Desktop.
Save rytoj/acd01e493d6711b75ead to your computer and use it in GitHub Desktop.
// Jei selektoriuje yra "zodis" selektorius bus pakeistas į ***
function keitimoFj() {
if ($(this).text().indexOf('zodis') != - 1) {
return '<p><b> ***b></p>';
}
}
$("selektorius").replaceWith(keitimoFj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment