Skip to content

Instantly share code, notes, and snippets.

@Canop
Last active December 22, 2015 19:39
Show Gist options
  • Save Canop/6521072 to your computer and use it in GitHub Desktop.
Save Canop/6521072 to your computer and use it in GitHub Desktop.
$(function(){
$('<a class="sceditor-button" unselectable="on" title="id monstre"><div unselectable="on" style="background-image:url(https://mehcig.bn1.livefilestore.com/y2pFL7YDttfhV4S1OWqwvMlXZGcHIEs4KlyS8Rywhft7EJYfi-7DW5o8eKlFz3VOFd_Itm8Y_JVrdMqXhzjCc5peMAWEKoKb-jIGXZhJ7XH1-w/IDM.png?psid=1)">Bouton Id Monstre</div></a>').insertAfter('.sceditor-button-quote').click(function(){
var editor = $('#text_editor_textarea').sceditor("instance");
var truc = editor.getSelection();
editor.insertText(
"[url=http://games.mountyhall.com/mountyhall/View/MonsterView.php?ai_IDPJ=" + truc + "]" + truc + "[/url]"
);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment