Method: Erector::JQuery#jquery_load
- Defined in:
- lib/erector/jquery.rb
#jquery_load(text) ⇒ Object
:nodoc:
27 28 29 |
# File 'lib/erector/jquery.rb', line 27 def jquery_load(text) #:nodoc: $stderr.puts "jquery_load is deprecated; use jquery(:load, text) instead" end |