Onclick in a hyperlink aloha editor does not work on chrome -


I integrate the Aloha editor into my page. While I click on the image, I want to make an onclick event on the specific image of the Aloha Editor's Show Image Toolbar.

Below is my code

  & lt; A href = "#" onclic = "extractIseDive ('level 5');" class = "hlink" & gt; & Lt; Img style = "cursor: indicator;" Src = "http: //domainname/images/fancy_close.png" align = "right" title = "Delete" /> gt; & Lt; / A & gt;   

When I click on the image onclick event, it is not called in Chrome and Safari

But its work in Firefox is fine.

Thanks

Try the background image for your copy button! Hope it will help you!

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -