User:ערן/mathjaxdialog.js: Difference between revisions

Content deleted Content added
Created page with 'Math editor based on mathJax: function mathDialog(){ mw.loader.using(['jquery.ui.dialog','ext.math.mathjax.enabler'],function(){ var mathEditor=$('<div>'...'
 
No edit summary
Line 1:
/* Math editor based on mathJax */
$(document).ready(function(){
function mathDialog(){
mw.loader.using(['jquery.ui.dialog','ext.math.mathjax.enabler'],function(){
Line 26 ⟶ 27:
});
}
 
$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
'section': 'advanced',
'group': 'insert',
Line 38 ⟶ 40:
}
} );
})