Hello,
this module is not working for me.

>I've enabled this module,
>created a selector #myid
>created a block something like

<div id="myid"><img src="myimage.png" /></div>

<script type="text/javascript">
$('#myid').jrumble();
var demoStart = function(){
	$('#myid').trigger('startRumble');
	setTimeout(demoStop, 300);
};
var demoStop = function(){
	$('#myid').trigger('stopRumble');
	setTimeout(demoStart, 300);
};
demoStart();
</script>

Not sure what is missing!!

almamun
..................................
Dinajpur- My District Portal
Rangpur-Another Local Portal (Drupal Powered)
Rangpur News-Local News Site (Drupal Powered)
JoomlaBangla - Joomla! Bangla Support Site

Comments

devsaran’s picture

Status: Active » Closed (fixed)

Dont include the Javascript in block.

Things to do

  • Enable the module.
  • Create a block, Something like
  • <div id="myid"><img src="myimage.png" /></div>

  • Go to jRumble Configuration page (at "admin/config/media/jrumble").
  • Enter the Selector in Textarea as
  • #myid

  • Then Test it.
almamun’s picture

:) Thanks saran for the quick reply.
Its working fine.

But you didn't include some more interesting effects, such as the pulse.

almamun
..................................
Dinajpur- My District Portal
Rangpur-Another Local Portal (Drupal Powered)
Rangpur News-Local News Site (Drupal Powered)
JoomlaBangla - Joomla! Bangla Support Site