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

Hi Matteo!

I like your containerPlus-plugin and want to do an Intranet-website with it. When i am testing local on my machine everything is doing well but when i try it on the intranet-server the function mb_changeContainerContent doesn't work. The container, where the file should be inserted stays emtpy. There is no error-message and ajax-calls are allowed on the intranet. Any idea? Here is the code: mbContainers

$(function(){
  $(".containerPlus").buildContainers({
    containment:"document",
    elementsPath:"elements/",
    onClose:function(o){},
    onIconize:function(o){},
    effectDuration:600
  });

  });

Hauptmenü

Reporting

  • Ctr Förderbudget

Thanks, Gerhard

asked Jul 21 '10 at 13:22

Gerhard%20Hladky's gravatar image

Gerhard Hladky
1

edited Jul 21 '10 at 17:10

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


Hi Gerhard, My components uses POST method to make ajax requests; usually your issue happens when the server doesn't allow POST ajax requests; see this post on jquery.mb.extruder to find the solution: http://jquery.pupunzi.com/questions/67/jquery-mb-extruder-is-not-showing-contents.

Bye, Matteo

answered Jul 21 '10 at 17:10

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

jQuery main site - Matteo Bicocchi