search for: ajaxification

Displaying 2 results from an estimated 2 matches for "ajaxification".

2006 Jan 20
3
disabling drag''n''drop features on some areas
Hi, I have implemented the drag and drop feature to move around some divs, but I have a small side effect i am trying to clear: When the draggable div contains links, and if the user grab the div on the link, the drag is done but the link is also visited, leading to unwanted issues. What I''ve tried to do is to look for all ''a'' tags in the draggable elements in order
2006 Feb 10
0
Updating a select in a form
...d an onchange="this.form.submit()" on the category select, and the controller knew to simply re-render the view if params[:commit].length == 0. Worked great. When I switched to AJAX for this form I made the onchange for the category menu "this.form.onsubmit()" to get the AJAXification. Now, the effect I''m seeing is that if I choose a category, the DIV refreshes, the sub-category menu is filled in properly, BUT the form is acting as if the "Save" button was clicked, so I see the empty fields highlighted in red with the error messages. How can I test to...