Closed (fixed)
Project:
jRumble
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2012 at 20:28 UTC
Updated:
16 Jan 2012 at 21:20 UTC
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
Comment #1
devsaran commentedDont include the Javascript in block.
Things to do
<div id="myid"><img src="myimage.png" /></div>#myidComment #2
almamun commented:) 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