A plug-in (or plugin) is a set of software components that adds specific abilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application.
0
votes
0answers
25 views
+50
Differentiate between back/ forward in jquery address plugin
As can be seen in the documentation (http://www.asual.com/jquery/address/docs/), the pugin has an event to detect when the back/forward button of the browser was pressed.
$.address.externalChange(fn)
...