Hi,
I ve a problem. I would like to update a counter (seen by the user as its displayed in a certain div) when a button is pressed. So this happens when the button is pressed:
$("#photo-counter span").empty().append((start_index+1)+"-"+(end_index+1)+" / "+files.length);
sIFR.replace(netto, { selector: "#photo-counter span"});
As on the first time this runs automatically and everything is fine. But when I click the button the div is not replaced by sIFR.
Can anybody help?