Ask questions and get good answers on jQuery

1
1

Hi. It's possible to open a left mb.extruder from a link/image in the main page (not only form the extruder tab) ? thanks in advance. Bye. Andrea

asked Mar 04 '10 at 10:57

user-158%20%28google%29's gravatar image

user-158 (google)
111

edited Mar 04 '10 at 13:04

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


Yes, you can open any extruder from an external link by triggering a click event on the extruder flap:

if your extruder ID is "extruderLeft":

$('#extruderLeft .flap').click();

answered Mar 04 '10 at 13:11

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

like this (clicking on image must open the mb.extruder...)? <script type="text/javascript"> $('#extruderLeft .test').click(); </script>

(Mar 04 '10 at 16:42) user-158 (google)

This way:

(Mar 18 '10 at 09:14) Matteo Bicocchi ♦♦
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:

×1

Asked: Mar 04 '10 at 10:57

Seen: 186 times

Last updated: Apr 29 '10 at 15:23

Related questions

jQuery main site - Matteo Bicocchi