This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
developers:changes_to_note:start [2014/03/07 23:12] jonyo [JS geoUtil.instrBtns removed 7.4] |
developers:changes_to_note:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 449: | Line 449: | ||
<code html> | <code html> | ||
<div class=' | <div class=' | ||
- | <a class=' | + | <a class=' |
</ | </ | ||
*}</ | *}</ | ||
Line 456: | Line 456: | ||
<code html> | <code html> | ||
<div class=' | <div class=' | ||
- | <a class=' | + | <a class=' |
</ | </ | ||
Line 874: | Line 874: | ||
});</ | });</ | ||
- | **Hint:** If want to make it backwards / forwards compatible, could use something like: | + | **Hint:** If want to make it backwards / forwards compatible((This is NOT recommended for new development as it can get hairy, since new version only jQuery will be available)), could use something like: |
<code js>var myCallback = function () { | <code js>var myCallback = function () { | ||
//function to run when the tab with id of tabId is activated | //function to run when the tab with id of tabId is activated |