search for: div_1

Displaying 3 results from an estimated 3 matches for "div_1".

Did you mean: div1
2006 Jan 14
14
Javascript/AJAX Debugging
Hello ! I''m trying to implement something similar to the "multiple updates" section of the Web2.0 chapter of the Agile book. I implemented my version, and nothing is happening. No javascript errors, my logs look fine, page is rendered fine... just no Effect.Highlight. Here is the code: views/causes/cause_home/index.rhtml =============== <%= form_remote_tag(:complete =>
2006 Apr 11
1
IE Sortable Style Problem
...markup inside them including styling,links, tables, and form elements. In order to style elements other than lists, we need to pass a third argument to the addList functionthat tells scriptaculous which elements should be draggable.</p><div id="divContainer"> <div id="div_1">This is the first div</div> <div id="div_2">This is the second div</div> <div id="div_3">This is the third div</div> <div id="div_4"> This is the fourth div, it also has a lot of text and will cover more than one line. It...
2006 Apr 04
7
Not getting the whole RJS-based partial rendering concept ...
I have been trying all kinds of different ways to produce what I think should be a simple effect, but have not had any luck yet and apparently I am not following the general idea... What I am trying to accomplish is the following (part 1 works and part 2 does not): 1. One of my views has a link_to_remote which updates a div container with a table of data my example is <div