jquery - Why won't my Javascript popup work anymore? -


afternoon,

i've made few modifications product pages on website, @ point popup confirms product has been added shopping basket has stopped working , i'm unclear why...

original page: http://www.dibor.co.uk/product.asp?productid=y646&title=gentlemenand

new page: http://www.dibor.co.uk/product2.asp?productid=y646&title=gentlemenand

you see when click 'add cart' on original page, popup appears.

i'm stumped , forward hearing you.

kind regards, shaun

jquery.noconflict()(ready(function() {   response.write("12")   // examples - images   $("#various1").fancybox({     'titleposition' : 'inside',     'transitionin' : 'none',     'transitionout' : 'none'   }); }); 

find in code. there ) after this. remove that


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -