<html>

<head>
...

JavaScript Simple Dropdown Menu I'm Wo...

by Bryan Hadaway, January 02, 2011 12:42, 2 refactorings, tagged with javascript, html, css, dropdown menu, minimalist

The menu now is CSS/HTML on...

8bc1f3e41b672b03a339d56f81c8e253 Talk
<script type="text/javascript" src="prototype.js"></script>
<ul id="theUL">
	<li class="toto titi">1</li>
...

JavaScript Select Element with multipl...

by Denis Jacquemin, December 03, 2009 08:23, 4 refactorings, tagged with javascript, prototype, css, prototypejs

Hi all,

With the help of...

56c449f1a408dba893793094599f7fb5 Talk