I'm trying to load an image in the javascript on a rails app,
The javascript works in the application, just the tab image does not load and believe its probably a image path issue, The image is in the images folder.
$(function(){
$('.divslide').SlideOut({
Handle: '.handle',
pathToTabImage: 'images/menu.png',
...
I have tried changing the paths with no luck, Any help would be great, thanks.