var NiceSelect = Class.create({
      
      initialize: function(selectElement, options) {
...

JavaScript On Playing with dom

by Denis Jacquemin, December 11, 2009 23:00

Same stuff refactored and i...

56c449f1a408dba893793094599f7fb5 Talk
$('theUL').select('li.toto.titi')

JavaScript On Select Element with multipl...

by Denis Jacquemin, December 03, 2009 15:07

thanks, works the same way ...

56c449f1a408dba893793094599f7fb5 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

...

JavaScript Playing with dom

by Denis Jacquemin, October 24, 2009 21:33, 2 refactorings, tagged with javascript, prototype, select, option

This code works fine, I jus...

56c449f1a408dba893793094599f7fb5 Talk