bartek666m Posted October 27, 2016 Share Posted October 27, 2016 W pewnym momencie się zaciąłem i nie wiem co dalej mam taki kod: <script type="text/javascript"> $('a.iframe').fancybox({ 'type' : 'iframe', 'width':550, 'height':550 });</script> <div class="box-cart-bottom"> <a class="iframe" href="#"> <img src="http://static.payu.com/pl/standard/partners/raty_payu/raty_small.png" /></a></div> Chciał bym żeby w fancyboxie wykonało się coś takiego po kliknieciu w IMG: <div id="installment-calc"></div> <script type="text/javascript"> var openpayu = openpayu || {}; openpayu.options = openpayu.options || {}; OpenPayU.Installments.calculator('#installment-calc'); </script> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now