我创建了一个JQuery照明盒,它只在浏览器的中心显示一个div。
我希望它被删除时,用户点击透明的背景周围的灯箱。
但是,当单击div时,它将被移除。
The JQuery
$(document).ready(function($) {
//click on the button
$('.viewCart').click(function() {
//markup for the lightbox
var lightbox = '<div id="lightbox">'+
我有以下jQuery代码:
$('.carousel[data-type="multi"].item').each(function(){
var next = $(this).next();
if (!next.length) {
next = $(this).siblings(':first');
}
next.children(':first-child').clone(true).appendTo($(this));
我使用的是SCRIPT5009: 'e' is undefined.插件,它在Chrome和火狐中工作得很好,但不能使用IE,并返回JQuery dode:
// Initialize history plugin.
// The callback is called at once by present location.hash.
$.historyInit(pageload, "advanced.html");
// set onlick event for buttons using the jQuery 1.3 live method
$("