Advertisement
Guest User

.mouseout for a dropdown (filterpro-2.3.7 for OpenCart)

a guest
Mar 11th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $(".option_box .option_name").mouseout(function () {
  2.         $(this).siblings(".collapsible").hide();
  3.         $(this).addClass("hided");
  4.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement