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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -