Ask questions and get good answers on mb.jQuery.components

Hi. The extruder works perfectly offline, but when I uploaded it, it didn't show up. Here's the website in question: www.lifetime-watches.com/i_watches.html

The extruder is working but it wouldn't show the content.

Out of curiosity I uploaded the whole extruder demo folder to the server and it didn't work either. http://www.lifetime-watches.com/extruder/demo.html

Plase help. Thank you.

asked Sep 06 '11 at 02:04

monogatari's gravatar image

monogatari
31


Hi,

This happens because your webserver doesn't allow POST requests for ajax calls. To solve this problem you should change "POST" to "GET" wherever a $.ajax is invoked into the mbExtruder.js file.

Bye, Matteo

answered Sep 06 '11 at 13:39

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

That solves the issue. Thank you!

answered Sep 08 '11 at 19:20

monogatari's gravatar image

monogatari
31

Your answer
toggle preview

jQuery main site - Matteo Bicocchi