[jQuery] $.get(0) is causing trouble

2008-07-17 Thread jquertil
$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');

[jQuery] .get(0) fails in 1.2.5

2008-05-21 Thread jstrebel
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..

[jQuery] get(0)

2007-10-22 Thread Thierry
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

[jQuery] get(0)

2007-10-22 Thread Thierry
I'm new to jQuery and i cant figure out what this does: node.get(0).onreadystatechange = function () {