Link to home
Start Free TrialLog in
Avatar of Al4ddin2
Al4ddin2

asked on

Jquery .show()

$(floatingElem).show(function () {
	$(document).on('click', createCloseMask);
});

Open in new window


How do I get this script to not animate and just show?

At the moment it animates but I just want it to appear.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Pyromanci
Pyromanci
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial