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

Is there any chance you have files separate , left extrude , top ,right ... I'm putting this on a magento site and I'm not the greatest with code , Thanks Gary

asked Jan 20 '11 at 21:18

cyclops19's gravatar image

cyclops19
11

closed Feb 11 '11 at 15:47

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

The question has been closed for the following reason "The question is answered, right answer was accepted" by Matteo Bicocchi Feb 11 '11 at 15:47


What do you mean by separate files?

If you need to include just an extruder as top for example:

JS CODE:

$(function(){
            $("#extruderTop").buildMbExtruder({
            positionFixed:false,
            position:"top",
            width:350,
            extruderOpacity:1,
            autoCloseTime:0,
            autoOpenTime:1000,
            hidePanelsOnClose:false,
            onExtOpen:function(){},
            onExtContentLoad:function(){},
            onExtClose:function(){}
        });
})

(Change parameters as you need)

DOM CODE:

<div id="extruderTop" class="{title:'extruder top', url:'parts/extruderTop.html'}"></div>

That's all... Bye

answered Jan 23 '11 at 12:10

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Thanks , That's what I was looking for.

answered Feb 10 '11 at 12:27

cyclops19's gravatar image

cyclops19
11

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:

×2

Asked: Jan 20 '11 at 21:18

Seen: 336 times

Last updated: Feb 11 '11 at 15:47

jQuery main site - Matteo Bicocchi