Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function () {
- var found = false;
- var redirect = '';
- var search = 'asdddd';
- $('.seschimbamereu').each(function () {
- if ($(this).text().match(new RegExp(search)))
- found = true;
- });
- if (!found)
- window.location = redirect;
- });
Advertisement
Add Comment
Please, Sign In to add comment