newbie question
I have a multiselect box that i populate with some ajax and shape with some jquery.SO i dont want to repeat all these operations whenever an iframe shows up.
is it possible to reuse it ? ?
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.
this has been an old question but i wanted to answer as it may help someone someday.
To avoid all the repeating Ajax calls , i just saved the data in objects ,then access the data from iframe to draw my elements.