Re: [wtr-general] Watir and Ajax requests

2011-10-12 Thread Ċ½eljko Filipin
On Wed, Oct 12, 2011 at 7:38 AM, User wrote: > After it should click > on a link which is placed on the dynamic content with this code > browser.a(:id => "link").click. The problem now is that the click > event won't be executed. I did not understand what is the problem here. When you click a lin

[wtr-general] Watir and Ajax requests

2011-10-12 Thread User
In my webapp I have a simple textfield. To this textfield I have a jQuery function which will be always executed on every keyup. With this function there is an Ajax request assigned which loads every time the result of the SQL-Query. My code is equivalent to the code of RailsCasts (www.railscasts.c