I have a div with another div holding three icons from JQuery UI. Inside parent div, there is a tiny mce instance. When I click on any button of tiny mce, it is moved down and it its place, JQuery UI’s icon is displayed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I could fix this, by explicitly referring to the element using Id. Previously, I used class names to refer to the elements. We should use Ids as far as possible to refer to any element.