javascript - Adding one more click event to tag jquery for Google Chrome Extension -
I have to write a click event for 'a' tag, which is already another click event.
Therefore, the latest event should be run before the event that was first added.
Google Chrome extension for
Code: -
$ (document) Kon ( "", "A", function (event) Click on {Warning ('OK ..');});
Update: -
The current points: - When an event, click on the "Toggle", requires first turn on my event - I Chrome extensions have been built which I need to override the websites, click on the "event of a tag '(must first run only the webpage event to run my event).
Comments
Post a Comment