I think we're refering to the same plugin.  I was just confused.  I
see now that it's looking for an href attribute.  So, what I've done
is something like this:

<cfloop...>
<a class="remote" href="color-#currentrow#"><li
class="ProductColor#currentrow#"></li></a>
</cfloop>

And this:

$(function() {
   $('a.remote').remote('##output', { hashPrefix: 'color' });
   $.ajaxHistory.initialize();
});

Reply via email to