top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Tutorial for JQuery with Rails?

+2 votes
434 views

Please suggest some tutorial which I could follow in order to learn Jquery with Rails?.

I'm trying to do this but it does not work.

 'user-img_style', :id => 'jquery'%>

 $( "#jquery" ).click(function() {
 alert( "Handler for .click() called." );
 });
posted May 7, 2014 by Kaushik

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I have a problem when I try to use jQuery simpleZoom Plugin in rails. I want to use it when select image from database, how can I do it?

+1 vote

I am new to ruby on rails (using rails 4 and ruby 2.0.0) and I'm looking for a good tutorial for mongo db using mongoid.yml.

I found a few online, but they give only the basic steps. And I have done till that. ie. insert, query, etc from a mongo db database through the controller.

My basic question revolves around making a connection pool and using it. What changes to do it the mongoid.yml and how to (in java terms) getConnection from the controller???

Any help would be appreciated?

+1 vote

Looking for tutorial for rail programming any pointer.

+2 votes

I have found a html template where I some pages need specific css files and of course there are some common css files.

How can I best deal with it ?

...