A second important feature is the ability for jsMath to load extensions automatically as they are needed by the mathematics on the page. Several lesser-used portions of jsMath have been moved into extension files to help reduce the initial download, and font references using the \char macro will load the font automatically if it is not loaded already. Additionally, you can define macros that are linked to extension files so that the use of the macro will cause the extension to load. Similarly, LaTeX environments can be autoloaded (though no examples of this are available yet). Finally, there is a new \require{} macro that you can use to load an extensionfrom within a TeX formula itself if it is needed for a particular piece of mathematics on the page (without the need to insert JavaScript code in the page). See the change log for more details.
Finally, the configuration section of the filter's javascript.phpfile includes settings for loadFiles and loadFonts, which allow you to specify additional files and fonts to load when jsMath is needed on a particular page. This provides a means of loading your own extensions (for example, loading a file that contains special macro definitions needed at your site).
Davide