Advertisement
orksnork

Untitled

Nov 11th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function pathResult(){
  2.     a = window.location.pathname.split('/');
  3.     return  a[length -1];
  4. }
  5.  
  6. if ($("body").hasClass("page-id-148") && pathResult.indexOf("tab") !== -1 ){
  7.     $(pathResult).addClass("whatever")
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement