Update A Select Box On Parent Page From Fancybox2
I'm trying to submit a form in a fancybox where users can add a company to a select box that exists on the modals parent page. Im doing this by submitting the modal information to
Have you checked error console for any JavaScript errors?
You can try this anyway:
parent.$('#companyselect').html(data.success);
Post a Comment for "Update A Select Box On Parent Page From Fancybox2"