Last active
December 2, 2016 10:50
-
-
Save svendahlstrand/5319632 to your computer and use it in GitHub Desktop.
Revisions
-
svendahlstrand revised this gist
May 21, 2016 . 2 changed files with 7 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,10 @@ SiteVision garanterar inte jQuerys funktion och rekommenderar att man lägger ti * du kan använda `$` i stället för `$svjq` * du slipper lägga till jQuery en gång till (och besökarna slipper ladda ner det två gånger) * om det någon gång, mot förmodan, skulle sluta fungera kan du lägga till jQuery och det kommer hoppa igång igen utan att du behöver ändra något ```javascript (function ($) { // Här skriptar du på med $ som vanligt. }(jQuery)); ``` -
svendahlstrand revised this gist
May 21, 2016 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes. -
svendahlstrand revised this gist
Apr 5, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ SiteVision garanterar inte jQuerys funktion och rekommenderar att man lägger till biblioteket själv. Jag tycker det känns onödigt och använder tekniken nedan. Den är bra för att: * du kan använda `$` i stället för `$svjq` * du slipper lägga till jQuery en gång till (och besökarna slipper ladda ner det två gånger) -
svendahlstrand revised this gist
Apr 5, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,4 @@ SiteVision garanterar inte jQuerys funktion och rekommenderar att man lägger ti * du kan använda `$` i stället för `$svjq` * du slipper lägga till jQuery en gång till (och besökarna slipper ladda ner det två gånger) * om det någon gång, mot förmodan, skulle sluta fungera kan du lägga till jQuery och det kommer hoppa igång igen utan att du behöver ändra något -
svendahlstrand revised this gist
Apr 5, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ SiteVision garanterar inte jQuerys funktion och rekommenderar att man lägger till biblioteket själv. Jag tycker det känns onödigt och använder tekniker nedan. Den är bra för att: * du kan använda `$` i stället för `$svjq` * du slipper lägga till jQuery en gång till (och besökarna slipper ladda ner det två gånger) -
svendahlstrand renamed this gist
Apr 5, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
svendahlstrand revised this gist
Apr 5, 2013 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ SiteVision garanterar inte att jQuery fungerar och rekommenderar att man lägger till biblioteket själv. Jag tycker det känns onödigt och använder tekniker nedan. Den är bra för att: * du kan använda `$` i stället för `$svjq` * du slipper lägga till jQuery en gång till (och besökarna slipper ladda ner det två gånger) * om det någon gång skulle sluta fungera kan du lägga till jQuery och det kommer fungera igen -
svendahlstrand created this gist
Apr 5, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ (function ($) { // Här skriptar du på med $ som vanligt. }(jQuery));