If I'm correct, your callback inside your show() function cannot
include parameters.
Instead of:
$('#profile_' + id).show("slow", hideAllProfile(id));
Use:
$('#profile_' + id).show("slow", function() {
hideAllProfile(id);
});
On Feb 3, 1:22 am, Paresh wrote:
> Is there any way to set the
Div's require a position attribute before they will obey a z-index
rule. Make sure your div has position:relative; or position:absolute;
or position:fixed;
On Feb 3, 6:22 am, Paresh wrote:
> Is there any way to set the z-index of the div?
>
> I have series of hidden DIVs (in each row of table an
2 matches
Mail list logo