Hi, i m new to JQuery... In my App, i have some 5 divs..while clicking any one of the div ,i want to check whether any other divs have been clicked before...
actually in my code..I have Text, Textarea Dropdown .. while clicking on Text/textarea/dropdown for the first time i.e..,(i need to check whether any of the others including its own has been clicked before).so tat i can proceed based on tat
Even if i use what u said having a variable=1 ..There arose an issue that while clicking on any of text/textarea/dropdown ,i want to check whether the one i m clicking and the others have clicked before....
.Please suggest me...