Last active
November 26, 2019 21:14
Revisions
-
zalun revised this gist
Apr 25, 2014 . 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 @@ -6,4 +6,4 @@ resources: - /js/empty.js - /css/normalize.css normalize_css: no lang_css: SCSS -
zalun revised this gist
Apr 25, 2014 . 2 changed files with 4 additions and 2 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,9 +1,10 @@ $fullred: #ff0000; body { font-family: Helvetica, Verdana } p { padding: 7px 10px; } #demo { border: 1px solid $fullred; } 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 @@ -5,4 +5,5 @@ authors: resources: - /js/empty.js - /css/normalize.css normalize_css: no panel_css: SCSS -
zalun revised this gist
Feb 17, 2011 . 1 changed file with 2 additions 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 @@ -4,4 +4,5 @@ authors: - Piotr Zalewa resources: - /js/empty.js - /css/normalize.css normalize_css: no -
zalun revised this gist
Feb 17, 2011 . 1 changed file with 4 additions 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,7 @@ name: Request.HTML - jsFiddle/Gist integration demo description: jsFiddle demo hosted on Gist using HTML Request to get Ajax data authors: - Piotr Zalewa resources: - /js/empty.js - /css/normalize.css -
zalun revised this gist
Oct 1, 2010 . 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,5 +1,5 @@ <p>Result will appear below with 1 sec delay</p> <div id="demo"><p>This text will be replaced</p></div> <p><a href='http://doc.jsfiddle.net/use/gist_read.html' target='_new'>Documentation</a></p> <p><a href='http://gist.github.com/606699/' target='_new'>Gist Demo</a></p> -
zalun revised this gist
Oct 1, 2010 . 4 changed files with 6 additions and 6 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,5 +1,5 @@ <p>Result will appear below with 1 sec delay</p> <div id="demo"><p>This text will be replaced</p></div> <p><a href='http://blog.jsfiddle.net/doc-api-gist' target='_new'>Documentation</a></p> <p><a href='http://gist.github.com/606699/' target='_new'>Gist Demo</a></p> 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,6 +1,6 @@ window.addEvent('domready', function() { new Request.HTML({ url: '/gh/gist/response.html/606699/', data: {'delay': 1}, method: 'post', update: 'demo', 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 @@ name: Request.HTML - jsFiddle/Gist integration demo description: jsFiddle demo hosted on Gist using HTML Request to get Ajax data authors: - Piotr Zalewa 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 @@ <p>This <span>content</span> is loaded from Gist via XHR request (<span>Ajax</span>)</p> <p>It has also some <span>JavaScript</span> code which is setting the background for spans</p> <script type='text/javascript'> $$('#demo span').each(function(el) { -
zalun revised this gist
Oct 1, 2010 . 5 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes.File renamed without changes.File renamed without changes.File renamed without changes. -
zalun revised this gist
Oct 1, 2010 . 5 changed files with 23 additions and 2 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 @@ <p>Result will appear below with 1 sec delay</p> <div id="demo"><p>This text will be replaced</p></div> <p><a href='http://blog.jsfiddle.net/doc-api-github' target='_new'>Documentation</a></p> <p><a href='http://github.com/zalun/jsFiddleGithubDemo/tree/master/Demo/' target='_new'>Demo on Github</a></p> 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,11 @@ window.addEvent('domready', function() { new Request.HTML({ url: '/gh/get/response.html/zalun/jsFiddleGithubDemo/tree/master/Demo/', data: {'delay': 1}, method: 'post', update: 'demo', onSuccess: function(response) { $('demo').highlight(); } }).send(); }) 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,7 @@ <p>This <span>content</span> is placed on the github</p> <p>It has also some <span>JavaScript</span> code which is setting the background for spans</p> <script type='text/javascript'> $$('#demo span').each(function(el) { el.setStyle('backgroundColor', '#ffb'); }); </script> 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 +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 @@ -1 +0,0 @@ -
zalun revised this gist
Oct 1, 2010 . 2 changed files with 4 additions 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 @@ -0,0 +1,4 @@ name: Request.HTML - jsFiddle/Github integration demo description: jsFiddle demo hosted on Github using HTML Request to get Ajax data authors: - Piotr Zalewa 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 +0,0 @@ -
zalun revised this gist
Oct 1, 2010 . 2 changed files with 9 additions 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 @@ -0,0 +1,9 @@ body { font-family: Helvetica, Verdana } p { padding: 7px 10px; } #demo { border: 1px solid #999; } 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 +0,0 @@ -
zalun created this gist
Oct 1, 2010 .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 @@ manifest 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 @@ xxx 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 @@ yyy 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 @@ zzz