[jQuery] Re: Submission of a form creates popin

2009-12-12 Thread Benn
I ended up modifying the href of a link with the values of the form fields and having the form click on it. here's the HTML/JQuery: HTML: http://www.google.com/d.jsp"; target="iframe" method="post" id="bid"> popin JQuery: $(document).ready(function(){ $('#bid').submi

[jQuery] Re: Submission of a form creates popin

2009-12-11 Thread Benn
I'd also be open to trying non-plugins On Dec 11, 1:26 pm, Benn wrote: > This should be a simple matter: I'm using a plugin, prettyPopin. and I > want a form to submit to it (activate it). How do I get prettyPopin to > activate on form submit!