User:Ttv pedro270707/vector.js: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
(Created page with "$(document).onready(function() { var sandboxLink = document.createElement("li"); sandboxLink.id = "pt-sandbox"; sandboxLink.classList.add("mw-list-item"); sandboxLink.innerHTML = "<a href=\"/wiki/User:Ttv_pedro270707/Sandbox\" title=\"Access your sandbox\" accesskey=\"y\"><span>Sandbox</span></a>"; document.getElementById("pt-mycontris").parentNode.insertAfter(sandboxLink, document.getElementById("pt-mycontris")); });")
imported>Ttv pedro270707
mNo edit summary
Line 1: Line 1:
$(document).onready(function() {
jQuery( document ).ready( function( $ ) {
var sandboxLink = document.createElement("li");
var sandboxLink = document.createElement("li");
sandboxLink.id = "pt-sandbox";
sandboxLink.id = "pt-sandbox";