g3x0

Untitled

Dec 24th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $(document).ready(function () {
  2.  
  3. var found = false;
  4. var redirect = '';
  5. var search = 'asdddd';
  6.  
  7. $('.seschimbamereu').each(function () {
  8. if ($(this).text().match(new RegExp(search)))
  9. found = true;
  10. });
  11.  
  12. if (!found)
  13. window.location = redirect;
  14.  
  15. });
Advertisement
Add Comment
Please, Sign In to add comment