Hey Everyone,
so I've watched http://railscasts.com/episodes/43-ajax-with-rjs
but I have a question:
In my view I have the following:
<div id="testly">
<%= render :partial => "test" %>
</div>
This works.
Using create.rjs to change the content in this div, I have the following in my create.rjs file:
page.replace_html :testl...
Hi All,
what are the scenario's where Ajax could not be used in Rails Application.
Is there any disadvantages of AJAX (AJAX on RAILS) if yes please mention which are they?
...
Hi,
I have a favourite and un-favourite functionality in my application and I am using jQuery. This functionality works partially. The page gets loaded, and when I click the 'favourite' button(it is inside add_favourite_div element), it sends a XHR request and the post is set as favourite. Then a new div called "remove_favourite_div" rep...
Hi All,
I am going through a weird problem while using lightbox .
Where ever the new light box is used user is able to open the same light
box on same page number of time. For e.g
Using tab button go to `Lightbox link`.
Press enter --> Light box will open.
Press enter --> second light box open below the previous one.
and so on.......
...