Re: [Rails] Drop down menu and ajax calls

2010-05-02 Thread Bill Walton
Hi Ahmed, On Sun, May 2, 2010 at 1:32 AM, Ahmed Abdelsalam wrote: > Hi, > > I have a drop down menu that contains a set of menu items. Each menu > item is planned to make ajax call to change the content of the page when > it's clicked. I used link_to_remote successfully to make the ajax call > an

[Rails] Drop down menu and ajax calls

2010-05-01 Thread Ahmed Abdelsalam
Hi, I have a drop down menu that contains a set of menu items. Each menu item is planned to make ajax call to change the content of the page when it's clicked. I used link_to_remote successfully to make the ajax call and update the specific div However, After clicking the menu item, the menu does