Click Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
GinsBabu
Forum Newbie
Posts: 8
Joined: Sat Oct 24, 2009 7:00 am

Click Problem

Post by GinsBabu »

Hi all,

I have written some code in jquery.i am using jquery 1.3.2.Using jquery,i am creating a new div in my form on a button click.At the same time i need to get the respective id of a item which has to be displayed.For that,i am using onclick function in the same button.I am getting the results as needed , but issue is its working perfectly in IE 7.But in mozilla it needs two click.So is there any solution to overcome this.Any help would be gratefully appreciated.

Regards,
Gins.
User avatar
Mirge
Forum Contributor
Posts: 298
Joined: Thu Sep 03, 2009 11:39 pm

Re: Click Problem

Post by Mirge »

Give us a URL where this behavior can be seen...
Post Reply