Displaying 3 results from an estimated 3 matches for "form_data".
Did you mean:
worm_data
2007 Nov 28
2
How to pass POST variables to Ajax.Request
New to the group, and not sure I have the searching figured out yet so
let me know if this is already posted somewhere.
I am writing a Joomla Component that is loading phpbb (a forum) inside
a div of Joomla to avoid using IFRAMES. So in short I am using the
Ajax.Request call to read in the HTML then I parse thru and using gsub
change the default forum links so they pass thru this component
I
2008 Dec 06
9
jQuery Rails Functions
Hi,
I was wondering if anybody who used jQuery with rails could help me
out. I have a droppable that fires a simple function, shown below:
$("#list").droppable({
accept: ".item",
hoverClass: ''droppable-hover'',
drop: function(ev, ui) {
$(this).append("<br>Dropped!");
}
});
But how could I get this to fire a Rails funciton in the
2008 Jun 24
10
Question on passing arguments inside a view.
I''m running into an issue undefined local variable or method
`directoryid'' for #<EditorialsController:0x23f1bf8>
I have two Models on a legacy database and only one controller called
editorials with two actions index and display.
I''m trying to pass in a parameter from the results of my search and
getting the above error.
Example:
two tables one is editorial the