ziedinjsh Posted May 20, 2012 Report Share Posted May 20, 2012 (edited) Īsti nesaprotu kas pa vainu.. man ir div ar display:none; tas ir kā popup un iekšā ir poga. Atverot popup un nospiežot pogu neizpildās jQuery funkcija: $(document).ready(function() { $('#download').submit(function() { location.reload; }); }); noņemot display:none; tad funkcija izpildās, bet vairs nav kā popup; $(document).ready(function() { $('a[rel*=facebox]').facebox({ loadingImage : 'img/loading.gif', closeImage : 'img/closelabel.png' }) }); Kas tur pa vainu varētu būt? Edited May 20, 2012 by ziedinjsh Quote Link to comment Share on other sites More sharing options...
Mr.Key Posted May 20, 2012 Report Share Posted May 20, 2012 reload(); nevis reload; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.