Hello Jake,
I'm an IT veteran (36 years) but rather new to JavaScript, AJAX and all
that. You voice rather strong opinions on this particular subject, and I
love to learn. Is there any chance of a tutorial or example page on this?
Or, maybe there is an example already?
Gerry
PS: I love jQuery too...
On 1/19/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote:
As you all know there is no replacement for ids. and 200 classes or ids is
ridiculous! but by using a single id for the div in question and letting the
styles cascade and letting jQuery do what, I feel, it does so well, you can
eliminate the use of 90% of ids.
Since most good xhtml (and html) is hierarchical, css & jquery deal well
with that hierarchy! I love seeing code like
$("#sPictures img:visible").animate({opacity: 'hide',height: 'hide',left:
window.innerWidth-90,top:window.innerHeight-90
},slow,'',function(){$(this).attr('style','display:none')})
with 1 id on a div ,instead of searching or remembering for ids and which
was hidden!
jquery gives me that power!
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/