Format:
Recent snippets for: jwwishart
(function(jQuery){ jQuery.fn.pluginName = function(options) { var settings = jQuery.extend(jQuery.fn.pluginName.defaults , options); return this.each(function(i, el) { // Do your stuff here. }); };
11 Views
1 comments
<tr style="font-size: 0.8em; color: red; text-align:center"> <td style="width: 100px; height: 25px" valign="top"></td> <td colspan="2"> <div style="padding: 5px; border: 1px solid red; background-color: pink; font-weight: bold"> Latest Patch: #5</div> </td> </tr>
16 Views
no comments
jQuery.fn.formtip = function() { return this.each(function(i, el) { var item = jQuery(el); var title = item.attr("title"); if (title == undefined) { return true; } else { item.hover(
18 Views
no comments
<% for (int i = 0; i < 10; i++) { %> <div class="emailAddress"> <label>jimbo@example.com</label> <%= Html.Hidden("asdf", Guid.NewGuid()) %> <a href="javascript:void(0);">Delete</a> </div> <% } %> <script type="text/javascript">
20 Views
no comments
using System; using System.Security.Cryptography; using System.IO; using System.Text; public class CompareFileAndMD5
43 Views
no comments
using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Resources; using System.Text; using System.Threading; using System.Globalization;
74 Views
no comments
<!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> <title>Html Template</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css"> </style>
106 Views
2 comments
<!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> <title>Redirect Link Using jQuery</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script> <script type="text/javascript"> // Custom Library Function var Library = {
65 Views
no comments
<!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> <title>Simle Html Template</title> <script type="text/javascript"> /* * jQuery JavaScript Library v1.3.2 * http://jquery.com/ *
192 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
