var NiceSelect = Class.create({
initialize: function(selectElement, options) {
...
JavaScript On Playing with dom
by Denis Jacquemin,
December 11, 2009 23:00
$('theUL').select('li.toto.titi')
JavaScript On Select Element with multipl...
by Denis Jacquemin,
December 03, 2009 15:07
thanks, works the same way ...
<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...
<!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...
Same stuff refactored and i...