I\'m trying to calculate text width using jQuery. I\'m not sure what, but I am definitely doing something wrong.
So, here is the code:
var c = $(\'.c
i think you should use $('.calltoaction').val;
$('.calltoaction').val;
also, i would be using id (#) instead of a class for that.. if u have more than one of such classes which how would it handle it?