Skip to content

Instantly share code, notes, and snippets.

View pudly's full-sized avatar
💭
Busy setting my status on Github.

Andrej Simeonov pudly

💭
Busy setting my status on Github.
View GitHub Profile
@pudly
pudly / index.html
Created July 18, 2012 15:25
SELECT Replacement
<!doctype html>
<html>
<head>
<title>Select replacement</title>
</head>
<body>
<form action="" method="post">
<fieldset>
<ol>
<li>
@pudly
pudly / index.html
Created July 16, 2012 18:17
Select replacement jQuery walkthrough
<!doctype html>
<html>
<head>
<title>Example &lt;select&gt; replacement</title>
</head>
<body>
<form action="" method="post">
<label for="param_interest">I want to...</label>
<select name="interest" id="param_interest">
<option value="attend">Attend</option>