[jQuery] Appending new option object into existing select in IE

2006-11-12 Thread Donny Kurnia
FYI: AJAX call to file somefile.php will return a result in XML like this: options option value=value1 label=label1 / option value=value2 label=label2 / /options Hope this code help. If anyone interesting turning this code into plugins, you're welcome ;) -- Donny Kurnia http

Re: [jQuery] Modified JTip Plugin

2006-10-02 Thread Donny Kurnia
dbzz wrote: Karl Swedberg-2 wrote: On Oct 1, 2006, at 10:28 PM, Donny Kurnia wrote: Just see it. In my browser window at screen resolution 1280x900, the page initially don't have any scrollbar. When I put my mouse above the link, the tip make the scrollbar appear, then slide the link below

Re: [jQuery] $().load didn't works ini IE6

2006-09-27 Thread Donny Kurnia
?? -- Donny Kurnia http://hantulab.multiply.com/ http://hantulab.blogspot.com/ --- At times the world can seem an unfriendly and sinister place. But believe us when we say there is much more good in it than bad. And what might seem to be a series of unfortunate

Re: [jQuery] $().load didn't works ini IE6

2006-09-26 Thread Donny Kurnia
On 9/26/06, Michael Geary [EMAIL PROTECTED] wrote: I need help to make the following code works in IE : document.writeln(select name=\+name+\ id=\+name+\+((multiple!=null)? +multiple:)+); var tablename = some_table; $(#+name).load(table_query.php, {table: tablename});

Re: [jQuery] Get attribute form $()

2006-09-26 Thread Donny Kurnia
On 9/26/06, Klaus Hartl [EMAIL PROTECTED] wrote: Donny Kurnia schrieb: I've got this result while debugging with firebug: $(type,line) [type value=select] $(type,line).attr(value) --result nothing $(type,line).get(0) type value=select $(type,line).get(0).attr(value) --result

Re: [jQuery] $().load didn't works ini IE6

2006-09-25 Thread Donny Kurnia
? -- Donny Kurnia http://hantulab.multiply.com/ http://hantulab.blogspot.com/ --- At times the world can seem an unfriendly and sinister place. But believe us when we say there is much more good in it than bad. And what might seem to be a series of unfortunate

[jQuery] Get attribute from $()

2006-09-25 Thread Donny Kurnia
variable? Why chainable method didn't work for $().get() ?? -- Donny Kurnia http://hantulab.multiply.com/ http://hantulab.blogspot.com/ --- At times the world can seem an unfriendly and sinister place. But believe us when we say there is much more good

[jQuery] $().load didn't works ini IE6

2006-09-24 Thread Donny Kurnia
; var newOptions = new Option(label, value); $(#+name).append(newOptions); } }); document.writeln(\/select); works with Ff, but still don't work with IE. D*** IE :( -- Donny Kurnia http://hantulab.multiply.com/ http://hantulab.blogspot.com