ruby on rails - Link_to with colorbox jquery -


please tell me wrong. view:

<div id='profile_galery'>            <ul>     <li class='big'><%=link_to image_tag(@profile.user.get_avatar(:large) ), @profile.user.get_avatar(:very_large), :class => 'colorbox'%></li> 

and js:

  $(document).on("ready page:change", function() {     $(".colorbox").colorbox(); }); 

but when click on image doesnt show - after page reload works.


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 -