// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
replace_ids = function(s){
...
JavaScript Migrate a Prototype code to...
/ Snippets
function remove_spaces(value) {
if (value == null || value == "") {
...
JavaScript On Jquery functions
by diegorv.myopenid.com,
March 23, 2009 20:51
English version, i need hel...
// Snippets
function remove_spaces(value) {
if (value == null || value == "") {
...
JavaScript Jquery functions
I`m a beginner with jquery,...
named_scope :city, lambda { |*args|
if (args.first != "all_city")
{ :conditions => ["users.city = ?", args.first] }
...
Ruby NamedScope
I need optimize this
Hi, i have this code below,...