Re: [Rails] Calculate Percentage using jquery

2016-02-02 Thread Colin Law
On 2 February 2016 at 10:02, Naveed Alam wrote: > Hello, > > I want to calculate percentage marks of students using jquery, for this > I tried the below code but its not working. I am very beginner in ruby > on rails. > > > <%= t('obtained_marks') %> > <%= a.text_field :ob_marks,

[Rails] Calculate Percentage using jquery

2016-02-02 Thread Naveed Alam
Hello, I want to calculate percentage marks of students using jquery, for this I tried the below code but its not working. I am very beginner in ruby on rails. <%= t('obtained_marks') %> <%= a.text_field :ob_marks, :id => "ob_marks" %> <%= t('total