Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
This:
Code:
<script type="text/javascript" src="http://yesilsms.com/scriptler/not_defteri.js"></script>
should be:
Code:
<script type="text/javascript" src="http://yesilsms.com/scriptler/not_defteri.js">
/***********************************************
* HTML5 Notepad- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
</script>
That said - Here, at the end of not_defteri.js change $ to jQuery, change:
Code:
unloadpad:function(id){
$('div#'+id).remove()
}
to:
Code:
unloadpad:function(id){
jQuery('div#'+id).remove()
}
Bookmarks