search for: addthistoo

Displaying 1 result from an estimated 1 matches for "addthistoo".

2006 Jan 20
4
Newbie: from the javascript way to the Rails way... Advice?
...great job helping me get things to the screen, and paginating for me... but I''m stuck on something that I''ve implemented before in plain old javascript: When a user touches an item, in the old days I would simply write a string to the end of the window.location.href: function addThisToo(key, value) { window.location.href += "&" + key + "=" + value } and, at some point later on, submit this, and there you go... My experience with Rails, so far, has been that there are remarkably sensible solutions for many of web work''s little problems... is the...