This is driving me crazy I'm trying to copy elements from a wrapped set into an array. This works: // build an array of text on the line var rowTextArray = new Array(); // add text into array this.children.each( function() { rowTextArray.push = encodeURIComponent( $(this).text() ); } ); This does not: // build an array of text on the line this.rowTextArray = new Array(); // add text into array this.children.each( function() { this.rowTextArray.push = encodeURIComponent( $(this).text() ); } ); Here's the error I get: Error: this.rowTextArray is undefined Any help would be greatly appreciated!! Regards, Marty
the ui dialog is a great feature! It would be even greater if there was a way to combine the transfer effect. Here's an example http://interface.eyecon.ro/demos/windows.html Regards to all, Marty
Hello, I'm having trouble getting tablesorter to maintain even/odd classes assigned to table rows after a column is sorted. I've tried using widget: zebra, but I'm afraid I don't understand it. Any help would be appreciated. Regards, Marty
Hello. I can't seem to get resizable to work. I get this error reported: Error: $(this.element).position is not a function ui.resizable.js line 196 I have been able to get draggable working just fine. Thanks very much. Marty