javascript - Click this image/link to activate a jquery pop up? -


   <div class="btnsection">      <a href="#" class="split-btn sp-blue"><img src="images/star.png">save progress</a>    </div> 

i'm trying work jquery popup plugin. plugin requires click button popup take affect. how can make image/button activate jquery?

this popup i'm trying use : http://dinbror.dk/bpopup/
button drawn css , image little icon left.

$("btnsection").click(function () {      //make animation div show     $(".mydiv").popup();  }); 

hope helps.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -