How to block jquery on an element -



How to block jquery on an element -

i work rather complicated web ui includes lot of javascript, much of implemented using jquery. it's job override default javascript , effort create customers happy minor customizations here , there.

sometimes there bits of javascript know in ui, , need override, can take me long time track them down. 1 time i've tracked them down, haven't yet come way of blocking default jquery events might set selection.

is there easy way utilize jquery create selection , define own actions it, or block jquery on selection completely?

for example, default ui seems define onclick event links, preventing me doing seemingly simple task of adding target="_blank" link. "seems" because haven't been able find javascript doing this, need can create minor customization.

check our jquery's stopimmediatepropagation() . prevents other event handlers beingness called.

jquery

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -