$(document).ready(function(){
							   $('body').append('<div class="jqmWindow" id="ex2">Please wait... <img src="themes/kidnapped/images/busy.gif" alt="loading" /></div>')
							   $('#ex2').jqm({ajax:'@href', trigger: 'a.ex2trigger',modal:false});
							   $('#ex2').ajaxComplete(function(){
																var options = { 
																	target:     '#ex2', 
																	url:        'mollie/pay'
																}; 
																 
																// pass options to ajaxForm 
																$('#frm_chkpayment').ajaxForm(options); 
															   })
							});