Displaying 5 results from an estimated 5 matches for "livevalid".
Did you mean:
linvalid
2010 Jun 02
1
Ajax with JQuery
...irebug console when i clicking ajax link.
how can i use both ajax and jquery in the same page?
Can anybody give me a solution for this?
For example:
<%=javascript_include_tag "prototype"%>
<%=javascript_include_tag "jquery"%>
<%= javascript_include_tag ''livevalidation/jquery.validate'' %>
<%= javascript_include_tag ''livevalidation/jquery.validation.functions''
%>
<%= stylesheet_link_tag ''livevalidation/jquery.validate'' %>
<%= stylesheet_link_tag ''livevalidation/style'' %>
<...
2009 Aug 04
6
form_for
hi everybody...
I have a form_for in that, onclicking submit button i am calling
a javascript for validation.If validation fails that form_for doesnt do
anything.But even the validation fails it goes to the controller and
action.
here my code:
<%form_for :promotion_code,
2008 Apr 20
1
vlidations
hi im anas
Im using model validatios,it check''s in the model.....
instead of that when i click the view''s submit button (i.e. .rhtml
file which contain the form details )it''l check validations such
as............... ("emptyness,numerical,format of file uploading......)
MD ANAS ALI
--
Posted via
2010 Aug 19
6
Depreciation warning when running a db migrate!
Hey,
Whenever i try and run a db migrate i get this error:
DEPRECATION WARNING: Rake tasks in vendor/plugins/livevalidation/tasks
and vendor/plugins/restful-authentication/tasks are deprecated. Use
lib/tasks instead. (called from
/Users/Zack/.gem/ruby/1.8/gems/rails-2.3.8/lib/tasks/rails.rb:10)
I tried moving the different plugins task rake files to lib/tasks and i
got no error but the database did not migrate. Ho...
2012 Mar 04
5
moving form validation to client-side
Hi I know with javascript we can validate the input of a form on the
client, is there an easy way to specify this in rails? I am thinking
the javascript code getting generated using some sort of DSL?
--
Kind Regards,
Rajinder Yadav
SafetyNet Test Driven Development
http://safetynet.devmentor.org
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: