cycling jQuery_Succinctly | Page 14

alert(jQuery('span').text()); // Alerts "I love jQuery!" Code examples This book relies heavily on code examples to express jQuery concepts. The code samples are available at https://bitbucket.org/syncfusion/jquery-succinctly. Code samples are provided as individual HTML files. A Visual Studio 2010 project is also provided for easy navigation. You can select any file, right-click, and select the View in Browser option to test the code. The name of the sample file is always included above its code block in the format Sample: $file-name.html. I encourage you to download the code and follow along. I authored this book counting on the fact that you will need to tinker with the code while you are reading and learning. 14