Guest User

Untitled

a guest
May 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $('#toolBgEffects .pos.p4')
  2. .hover(
  3. function() {
  4. $(this).css({ background: 'url(images/bgControlsEffectsHover.png) 100% 100%'});
  5. },
  6. function() {
  7. $(this).css('background-image','none');
  8. })
  9. .toggle(
  10. function() {
  11. $(this).bind('click', function() { return false; })}
  12. $(this).css({ background: url(images/bgControlsEffectsHover.png) 100% 100%'})
  13. function() {
  14. $(this).bind('click', function() { return true; })}
  15. $(this).css({ background: ''})
  16. };
Add Comment
Please, Sign In to add comment