Displaying 1 result from an estimated 1 matches for "b39117".
Did you mean:
139117
2011 Oct 22
2
why my Ajax request is performed 3 times ?
...t;div style="border-color: transparent; background-color: #2a6996;"
class="showcaseSelector"></div>
</a>
<a href="http://localhost:3000/showcases/21" data-remote="true">
<div style="border-color: black; background-color: #b39117;"
class="showcaseSelector"></div>
</a>
</div>
when I click on a link , I can see 3 requests in my console ( and 3
times the show action executed ... )
GET http://localhost:3000/showcases/21 200, OK
GET http://localhost:3000/showcases/21 200, OK
GET http://lo...