How to use two plugin in one page.
| Project: | jQuery Plugins Website |
| Component: | Plugin Listings |
| Category: | support request |
| Priority: | critical |
| Assigned: | amitthakur |
| Status: | active |
I want to use Light box plugin and lava lamp plugin on same page.
when i used these two plugin in different page it work fine. but unable to use in same page.
light box plugin
$(document).ready(function(){
$(".lightbox").lightbox();
});
lava lamp plugin
$(function() {
$("#1, #2, #3").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return false;
}
});
});
please help me out
