Hello everybody,
I’m newbie to rails application.
I like to use script.aculos.us script in my app.
I faced the following problem.
- first i creat my application.
- Then I copied the files
scriptaculous.js, builder.js, effects.js, dragdrop.js, controls.js and
slider.js
and prototype.js
into my app/public/javascripts/
-
Then included the <%= javascript_include_tag :defaults %> code into
head section of my view file. -
Then executed the code
But now I can’t drag it. Whats the wrong I did. Can anyone suggest me.
Or is there any code to check whether the javascripts are included
correctly or not.
Regards,
Veeraa