How can i open child window in jQuery and get selected values from generated <select multiple="multiple"> form element?
I can do it with window.open but as I am using jQuery I wonder if there are any plugins? Maybe handling this as a modal?
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.
OK, I’ve found a solution to my problem !! If you also need to apply such feature to your web app just see it how I did it !! Maybe it’ll help!!