Good day.
I use jQuery to animate the buttons, and the lightbox to display the selected images.
But only one thing works, in this case the lightbox. Code:
<script type="text/javascript" src="jquery-1.5.1.min.js"></script> <script src="js/prototype.js" type="text/javascript"></script> <script src="js/scriptaculous.js?load=effects,builder" type="text/javascript"></script> <script src="js/lightbox.js" type="text/javascript"></script> <link rel="stylesheet" href="styles/lightbox.css" type="text/css" media="screen" />
I apply to the picture like this:
<a href="blg.jpg" rel="lightbox" title="News Blog" target="_blank";/> <img src="http://my.jetscreenshot.com/10682/20120401-qcva-4kb.jpg" style="width:50px; height:50px;"/></a>
If you leave only:
<script type="text/javascript" src="jquery-1.5.1.min.js"></script>
Then only jQuery works.
How to make both scripts work?