August 2013
Intermediate to advanced
312 pages
10h 4m
English
This chapter covers
Once you’ve written your new plugin, you probably want to make it available to the wider jQuery community. To give it the best chance of competing with other plugins that provide similar functionality, you should ensure that it works as expected in all situations. Using a testing suite such as QUnit lets you create a series of repeatable tests for a wide range of scenarios for your plugin, in the familiar environment of a web browser.
You should also provide potential users with a package that includes everything they need to implement your plugin. As well as the plugin ...
Read now
Unlock full access