Would like to use this inside some custom js magic. How to call it inline js?

Comments

pmelab’s picture

In this case you can leave `hurricane_integration` disabled. The hurricane module itself provides you with a jQuery plugin.

$('.my-custom-throbber').hurricane('start');

It takes `start`, `stop` (guess what they do) and `redraw` (use if CSS properties have been changed by javascript) as arguments. Omitting the argument should draw the throbber stopped but visible.

giorgio79’s picture

Status: Active » Postponed

Awesome thx. :) Worth a mention on the module page as well :)