Ask questions and get good answers on jQuery

I have downloaded the demo and I uploaded it to:

http://www.capgemini.com.gt/demo_original/jquery.mb.extruder.1.5/demo.html

but it is not showing the content of the tabs like it does on the demo of

[http:// pupunzi.com/mb.components/mb.extruder/demo/demo. html]

What's happening? can anyone help me, it seems to me that all paths are correct. I didt touch anything, I uploaded it as it was.

Why is the content not showing? please help =0(

asked Nov 14 '09 at 19:26

Guille%20Z's gravatar image

Guille Z
211

edited Nov 15 '09 at 22:33

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


jQuery.mb.extruder uses a POST method for the ajax calls; the server where you publish your mb.extruder page doesn't allow POST. To solve this problem either you ask your provider to allow POST calls (that would be the right thing) or you change all the POST calls in the script to GET: line 145 and line 243.

answered Nov 15 '09 at 22:32

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

I ran into the same problem as this user... one thing that might have caused this, if you are running this in your local development environment (I'm running Visual Studio 2010), VS uses it's own local web server to run the application. I can't confirm this, but I think POST is disabled by default. The suggestion above of changing the POST to GET did work for me (temporarily). Obviously you want POST enabled, and it will be when you move it to the proper IIS serving environment.

answered Dec 02 '09 at 13:15

Hexane's gravatar image

Hexane
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×8
×1

Asked: Nov 14 '09 at 19:26

Seen: 773 times

Last updated: Dec 02 '09 at 13:15

jQuery main site - Matteo Bicocchi