Displaying 1 result from an estimated 1 matches for "2a6996".
Did you mean:
26996
2011 Oct 22
2
why my Ajax request is performed 3 times ?
...color]};"}
which generate the following html : ( seems correct , 2 links with
colored boxes
<div id="showcases">
<a href="http://localhost:3000/showcases/20" data-remote="true">
<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>
<...