Ask questions and get good answers on jQuery

I need to disable a single voice in jquery.mb.extruder dynamically via a javascript function, is it possible? thanks

asked Nov 06 '09 at 15:12

Alessandro%20Pepi's gravatar image

Alessandro Pepi
211

edited Nov 07 '09 at 08:27

Pietro%20Polsinelli's gravatar image

Pietro Polsinelli ♦♦
407


The 1.5 release has been publihed; now you can disable or enable extruder voices on the fly by using:

$.fn.disableExtruderVoice();

or

$.fn.enableExtruderVoice();

answered Dec 06 '09 at 11:14

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Actually jquery.mb.extruder doesn't have any method to disable a voice line dinamically; the disabled line is drawn by the initialization method if it has the "disabled" param setted.

In the next release (1.5.0) this method'll be implemented as some other issue (for example you'll be able to choose if the mb.extruders should have a fixed or an absolute position...).

answered Nov 06 '09 at 21:58

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Nov 06 '09 at 22:57

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:

Asked: Nov 06 '09 at 15:12

Seen: 394 times

Last updated: Feb 03 '10 at 10:27

Related questions

jQuery main site - Matteo Bicocchi