Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 11th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Go to new URL when select_tag changes?
  2. Sort by <%= select_tag :sort, options, :onchange => "google.com" %>
  3.        
  4. Sort by <%= select_tag :sort, options, :onchange=>'myFunc(this.value)' %>
  5.        
  6. function myFunc(value) {
  7.   window.location = "http://www.mydomain.com/myapp/mycontroller/myaction?sort="+value
  8. }