This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

hide/unhide slidebars
#2
You probably don't need to use object values at all. You can remove default click handler from any element and attach your own.
Code:
$('.selector')
  .off('vclick')
  .on('vclick', function() { ... });
Reply


Messages In This Thread
hide/unhide slidebars - by ncgnick - 28.05.2019, 12:40
RE: hide/unhide slidebars - by admin - 28.05.2019, 12:47

Forum Jump: