This suggests I can trim the first character off of a string in jQuery like so:
var val = $("span").html(); $("span").html(val.substring(1, val.length);
No comments:
Post a Comment