Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
<!DOCTYPE html> | |
<html > | |
<head> | |
<title>Display Data Using jQuery</title> | |
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">0 | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script> | |
<script src="application.js" type="text/javascript" charset="utf-8"></script> | |
</head> |
<!DOCTYPE html> | |
<html > | |
<head> | |
<title>Display Data Using jQuery</title> | |
<link rel="stylesheet" href="style.css" type="text/css" media="screen" charset="utf-8">0 | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript" charset="utf-8"></script> | |
<script src="application.js" type="text/javascript" charset="utf-8"></script> | |
</head> |
<form name="myForm"> | |
<fieldset> | |
<legend>My Form</legend> | |
First Name: <input class="required" type="text" id="firstName" name="firstName"> * required<br> | |
Last Name: <input class="required" type="text" id="lastName" name="lastName"> * required | |
</fieldset> | |
<input type="submit"> | |
</form> |
<form name="myForm"> | |
<fieldset> | |
<legend>My Form</legend> | |
First Name: <input class="required" type="text" id="firstName" name="firstName"> * required<br> | |
Last Name: <input class="required" type="text" id="lastName" name="lastName"> * required | |
</fieldset> | |
<input type="submit"> | |
</form> |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
/* | |
<a class = "bookmarklet" href = "javascript:(function(){function loadScript(a,b){var c = document.createElement('script');c.type = 'text/javascript';c.src = a;var d = document.getElementsByTagName('head')[0],done = false;c.onload = c.onreadystatechange = function(){if(!done&&(!this.readyState||this.readyState == 'loaded'||this.readyState == 'complete')){done = true;b()}};d.appendChild(c)}loadScript('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver = 1.3.2',function(){loadScript('http://css-tricks.com/examples/ThePrintliminator/js/printliminator.js',function(){printlimator()})})})()">Printliminator</a> | |
*/ | |
//<a class = "bookmarklet" href = "javascript:( | |
function() | |
{ | |
function loadScript(a,b) | |
{ |
{ | |
"files": | |
{ | |
"jquery" : "http://code.jquery.com/jquery.js", | |
"jquery.min" : "http://code.jquery.com/jquery.min.js", | |
"jquery-cookie" : "https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js", | |
"jquery-dotimeout" : "https://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js", | |
"jquery-extra-selectors" : "https://raw.github.com/keithclark/JQuery-Extended-Selectors/master/jquery-extra-selectors.js", | |
"jquery-flexslider" : "https://raw.github.com/mbmufffin/FlexSlider/master/jquery.flexslider-min.js", | |
"jquery-mediaelement" : "https://raw.github.com/johndyer/mediaelement/master/build/mediaelement-and-player.js", |