$all = $('.listing > .myDivs');
$all.get(0).css('color','#339900');
why would this throw an error "function css does not exist" ??
I tried this too with no luck:
$('.listing > .myDivs').get(0).css('color','#339900');
Hi there,
Noob.. and first post. Thanks for helping:
When using jquery 1.2.1 this call
var task = $("#task_"+checklist_id+"_"+task_id)[0];
or
var task = $("#task_"+checklist_id+"_"+task_id).get(0);
both return: [object HTMLTableRowElement]
which is correct. (we are appending rows to a table..
hey, im new to jquery, and im wondering what this does:
this.node.get(this[0]).onreadystatechange = function ()
somehow, google groups missed my first post on this
I'm new to jQuery and i cant figure out what this does:
node.get(0).onreadystatechange = function () {
4 matches
Mail list logo