Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $(otherthing).parent().on('click mouseenter', function(){
  2. $(something).is(!':visible')
  3. //do this stuff
  4.  
  5. })
  6.  
  7. $(something).is(!':visiable') // does not work
  8. $(something).is(if(':visiable'){false}) // throws error
  9. $(something).is('!:visiable') //really gets mad and throws a 'I do not like you' error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement