Hi i have the following:
if( $(this).val() == "Next Step »" )
and HTML:
<input type="submit" name="pageToEditButton" id="pageToEditButton" class="submitButton" rel="getChosenPage" value="Next Step »" />
this does not return TRUE anyone know how to fix?
regards