Wednesday, 25 September 2013

how to exclude an anchor from "e.stopPropagation()"

how to exclude an anchor from "e.stopPropagation()"

$pageslide.click(function(e) {
e.stopPropagation();
});
That prevents the #pageslide ID or Class from sliding if clicked, how do i
exclude certain elements from being prevented, in this case i want to
exclude <a></a> or <li></li>. Thanks in advance .

No comments:

Post a Comment