when I wanted to pass the value, it didn’t worked.
This is my code,
function showimage(b)
{
//if alert was here, it would show the value of b
$("#lightboxholder").show("fast","",function (b)
{
alert(b);//but now when the alert is here, it is not showing the value of b
});
}
am I missing something guys? thanks in advance!
Try this,
Live Demo