Displaying 3 results from an estimated 3 matches for "javscripts".
Did you mean:
javascripts
2008 Oct 25
1
The skype channel...
Hello everyone!
Perhaps I missed something: But where can one download the beta-version of
the new asterisk skype channel? Can it work with 1.6.0-beta9?
I tried to browse the digium downloads, but it's dificult, if you're blind
and only have a text-based (almost no javscript) browser.
Thanks for any good hints and pointers!
Kindest regards
Julien
--------
Music
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
...g Scriptaculous version 1.5.1 included as follows in the
layout:
<%= javascript_include_tag ''prototype.js'' %>
<%= javascript_include_tag ''scriptaculous.js'' %>
I tried the javascript files distributed with Rails, and inserted
into "lib/javscripts" with "rails app", but the behavior is exactly
the same.
Has anyone run into this before? Please help! Any ideas at all? I
have tried everything, and I am about to start tearing my hair out
over this one. I have to have Safari working, and I will have to use
another Ajax lib...
2010 Mar 22
7
How to reference a select_tag within a form
Hi All,
Inside my app\views\expenses\new.html.erb file, I had the code:
<% form_for(@expense) do |f| %>
[snip]
<p>
<%= f.label :vendor %><br />
<%= f.text_field :vendor %>
<br />
<div id="vendor_droplist>
<%= select_tag "test",
options_for_select(@current_vendors.collect { |v|
v.nickname }),
{:multiple