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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Untitled Document</title> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| $(document).ready( | |
| function() { | |
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Untitled Document</title> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| $(document).ready( | |
| function() { | |
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
| <script type="text/javascript"> | |
| // function CookRice(){ | |
| // alert(“hello”) | |
| // } | |
| // --------------------------- | |
| // Var CookRice = function() { | |
| // alert(“hello”) | |
| // } | |
| // --------------------------- | |
| // Var CookRice = function() { |
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
| <!DOCTYPE html> | |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <script type="text/javascript"> | |
| $(function () { | |
| centerMe = function () { | |
| var pageW = $(window).width() |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Canvas</title> | |
| </head> | |
| <body> | |
| <canvas id="MyDrawing" width="600" height="400" style="border: 1px solid black;"></canvas> | |
| <script type="text/javascript"> |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Form</title> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <link href="//netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet"> | |
| <script src="//netdna.bootstrapcdn.com/bootstrap/2.3.2/js/bootstrap.min.js" type="text/javascript"></script> | |
| </head> | |
| <script type="text/javascript"> |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <meta charset="UTF-8"> | |
| <title>Ajax Call</title> | |
| <style type="text/css"> | |
| body {font-family: Verdana; font-size: 14px} | |
| .rabbits {cursor: pointer; color: red;} | |
| #AboutRabbits {padding: 20px;} |
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
| --------------------Mrs-Rabbit.html | |
| <img src="http://www.tonightsbedtimestory.com/wp-content/uploads/2008/11/the-tale-of-peter-rabbit-5.jpg"> | |
| <div>A strong, practical mother, Mrs. Rabbit provides for her brood in the most resourceful and traditional ways. Mrs. Rabbit represents the heart of Peter's home life. No matter what happens to him, no matter how much trouble he gets into, Peter knows that his mother will always welcome him home with unconditional love and a warm embrace. Flopsy & Mopsy, <span class="rabbits" data-url="Benjamin">Cotton-tail</span> and <span class="rabbits" data-url="Peter">Peter</span> are her bunnies. | |
| </div> | |
| -------------------Cotton-Tail.html | |
| <img src="http://criminalbrief.com/wp-content/uploads/2009/09/Peter-Rabbit-1.jpg"> | |
| <div>The youngest of Mrs. Rabbit's brood, Cotton-tail is a lovable and adorable 18-month-old. A child of few words, she clearly adores her big brother Peter and tries to copy his every move. Cotton-tail has an uncanny way of involving herself in Peter's |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Flickr</title> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <style type="text/css"> | |
| body {font-family: Verdana;} | |
| .photo {display: inline-block; padding: 10px; width: 400px; height: 300px;} | |
| #count {font-weight: bold;} |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Document</title> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script> | |
| <style type="text/css" media="screen"> | |
| .box {background-color: red; width: 80px; height: 80px; display: inline-block;} | |
| </style> | |
| </head> |