All,
another typo in this book. Chapter 10 seems to be the worst.
In the exercise solution on page 408 the text is given as
$("button:submit").button(); ;
This is wrong as there is an additional semi-colon here so the corrected code is
$("button:submit").button();
Leaving the semi-colon is doesn't affect the code I run, but it shouldn't be there.











