search for: therows

Displaying 4 results from an estimated 4 matches for "therows".

Did you mean: therow
2009 Jul 24
6
Routes from raw js (using XMLHttpRequest)
I am making an ajax call from js to call a method (assocboxchange) in my controller (AssociatesController), using XMLHttpRequest. I know the XMLHttpRequest works fine because I use it in other places with success. My problem is my URL I am using for this request doesn;t access the method in my controller which I (think) I am specifying. I am having it post to /channels/assocboxchange/" with
2005 Aug 22
3
read a table ignoring specific rows ?
Dear R users, First of all sorry for this question, surely quite naive. (I searched on the R site but was unable to find by myself). I have a table, called infile : 1 2 3 4 5 6 7 8 9 I would like to read it and ignore the rows with 1st element > 3 I do it now with a for loop, and it's ok, but I was expecting something simpler, like : intable = read.table(infile); newtable =
2011 Nov 03
1
Help with CA Certificates for user authentication?
As background, I read: http://therowes.net/~greg/2011/03/23/ssh-trusted-ca-key/ http://www.ibm.com/developerworks/aix/library/au-sshsecurity/ http://bryanhinton.com/blog/openssh-security http://www.linuxhowtos.org/manpages/5/sshd_config.htm
2007 Nov 08
0
Adding oonclick handler to certaii elements
Hi all I''m new to Prototype, and am stuck at trying to bind an onclick event- listener to some table rows. I have normal table (don''t worry, it IS tabular data). I would like a certain function to fire when rows with a specific className is clicked, so I do this: var theRows = $$(''tr.details''); Now, I then try to use the ''each'' function,like this: trs.each(Event.observe(Element,''onclick'',myFunction(''''))); Obviously wrong ... I''ve digged through the api-docs, but can''t find the c...