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 characters
| (function( $ ){ | |
| var methods = { | |
| init : function( options ) { | |
| return this.each(function(){ | |
| oSkin = $('<div class="onionSkin" style="width:100%;text-align:center;position:absolute;opacity:.5;display:none;" />'); | |
| oImg = $('<img src="'+options.src+'" />'); | |
| oImg.css(options.imgStyles); |
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 characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | |
| <xsl:output method="xml" indent="yes" encoding="iso-8859-1"/> | |
| <!-- ISO-8859-1 based URL-encoding demo | |
| Written by Mike J. Brown, [email protected]. | |
| Updated 2015-10-24 (to update the license). | |
| License: CC0 <https://creativecommons.org/publicdomain/zero/1.0/deed.en> |
OlderNewer