search for: javasript

Displaying 6 results from an estimated 6 matches for "javasript".

Did you mean: javascript
2006 Mar 28
1
Ajax callback to javascript array ?
...:url=>{ :controller=>"customers", :action=>"list", :complete=>"setCustomers( ''what should i put here ????'' )" %> I want to populate the javascript array with the response of the Ajax call to my CustomersController. The javasript callback function ''setCustomers'' gets called but I do not know how to pass customers as a parameter? Can you help me? -- Posted via http://www.ruby-forum.com/.
2007 Aug 31
3
Ajax.Updater on a select list not updating correctly in IE7 (fine in FireFox)
..."64" >East Midlands</option> <option value="70" >Isle of Man</option> <option value="61" >North East</option> <option value="new">New region ...</option> </select></dd> </dl> <<< JavaSript >>>>>>>>>>>>>>>>>>>> var scheme = { changeRegion: function(element) { if ($F(element) != "new") return; if (scheme.createRegion(element)) { } else { element.down("option").selected = true; } }, create...
2011 Jan 20
0
Saving a webpage, when content is generated by javascript
Hi to all members of this group, how can i download a webpage using R (html), which is generated using javasript when trying to open that webpage in the browser? When i try to save the page as text file i get only some java code inside, not the actual data. When opening website in the browser and saving the page in txt file everything works fine, so seems like i need to emulate browser request inside R code....
2006 Nov 04
0
RJS not setting form input value correctly
Good day. I have spent almost 2 days on this issue. I have asked everyone from my Rails expert to my Javasript expert and we can not for the life of us figure out the issue with this one form element. I have a form which contains several readonly/disabled (firefox/ie) form elements. ALL elements in the form are updated correctly EXCEPT this one form element. The form element in the view looks as the follow...
2006 May 05
6
RJS implementation question
Why is RJS so dependant on programatic creation of Javascript? RHTML is a great implementation in that it puts HTML first, and Ruby second. I would have thought RJS would be the same way: a .js with ERb helpers for generating Javascript functions. RJS putting Javascript second means: - I have to learn a whole new set of commands to use Scriptaculous. - Developers have to constantly chase the
2009 May 06
11
Do you use R for data manipulation?
Is R an appropriate tool for data manipulation and data reshaping and data organizing? I think so but someone who recently joined our group thinks not. The new recruit believes that python or another language is a far better tool for developing data manipulation scripts that can be then used by several members of our research group. Her assessment is that R is useful only when it comes to data