-1
votes
1answer
21 views

We have an app that we only use 6 months out of the year. Can we temporarily deactivate it without deleting it? [closed]

We have a facebook app that we only use six months out of the year. Can we temporarily deactivate it without deleting it?
2
votes
2answers
69 views

jquery 'if interacted with'?

I'm doing a 'hover to peek' script, and was hoping a guru could give me some guidance. Please read the code first, and then my 'code-speak' $(".peek").mouseenter(function() { var $peek = ...
3
votes
1answer
205 views

NSWindow - Deactivate on Hide - isVisible

I have an NSWindow with a "Hide on deactivate" set to TRUE. When my application looses focus, the window disappears, however, testing that by "isVisible" gives TRUE. What is going on? Thanks K