Version 5 Development > Plugin Design

DiskUsage plugin (jQuery test) 0.0.0.4

<< < (2/4) > >>

bubbaQ:
I knew someone would throw jQuery in there soon.

I'm working on getting AjaxExplorer working now.

mvdzwaan:
I find it a lightweight very powerfull and almost essential way of writing javascript. Especially not working with document.getElementByID etc. anymore.

I'm guessing you'll be using it as well ?

bubbaQ:

--- Quote ---I'm guessing you'll be using it as well ?
--- End quote ---

Gawd no... I fscking hate jQuery specifically because it hides the real stuff.... stuff like jQuery makes for very, very bad programming habits IMHO.

mvdzwaan:
Bad programming can be done using any language... ;)

I just rather write

$('#element').html('test').show();

than

document.getElementByID('element').innerHTML='test';
document.getElementByID('element').style.display='block';

bubbaQ:
I'd rather use pure JavaScript or write the function myself so anyone who knows JavaScript can read it, and not have to know some made-up pseudo-language most people have never heard of. ;)


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version