Re: [jQuery] Removing Parent Node

2006-12-25 Thread David Duymelinck
Mohsen Saboorian schreef: > Thanks Jake, but unfortunately it does't fix my problem.The parent node might > have other children which should not be changed, e.g. > abc efgh ijkl > should be changed to: > abc> efgh ijkl > Thanks. > On 12/26/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote:> try:>> > $("span

Re: [jQuery] Removing Parent Node

2006-12-25 Thread Mohsen Saboorian
Thanks Jake, but unfortunately it does't fix my problem. The parent node might have other children which should not be changed, e.g. abc efgh ijkl should be changed to: abc> efgh ijkl Thanks. On 12/26/06, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: > try: > > $("span.a").parent().each(function() {

Re: [jQuery] Removing Parent Node

2006-12-25 Thread Ⓙⓐⓚⓔ
try: $("span.a").parent().each(function() { var t = $(this).text() $(this).html(t) }) On 12/25/06, Mohsen Saboorian <[EMAIL PROTECTED]> wrote: > Hi, > I have a node list this: > > > abcd > efgh > ijkl >

[jQuery] Removing Parent Node

2006-12-25 Thread Mohsen Saboorian
Hi, I have a node list this: abcd efgh ijkl mnop qrst Now, how can I remove all internal spans to have a single (now parent) span holding all letters, having a jQuery object which contains all span.aelements. I tried this but not working: $("span.a").each(function() { th = $(this);

Re: [jQuery] AJAX problems - ajaxSubmit Form-PlugIn

2006-12-25 Thread Olaf Bosch
Olaf Bosch schrieb: bump ;) there are only 2 problems left which pop up and it gets more and more obvious that > Im unable to solve them on my own > 1. the script duplicates the formsheet of "Eintragen" when you open and close it again and again. > 2. in the IE7 the popup works but the ajax-su

Re: [jQuery] about get method cache

2006-12-25 Thread 齐永恒
i am sorry , i test the solution, i use $.getJSON(), $.getJSON(url,{ MathRandom: Math.random()}, function() {..}); i make Math.random() a paramter, and have the same problem. 2006/12/25, 齐永恒 <[EMAIL PROTECTED]>: that is a good idea ,if the url modify , get should be excuted 2006/12/25,

Re: [jQuery] about get method cache

2006-12-25 Thread 齐永恒
that is a good idea ,if the url modify , get should be excuted 2006/12/25, yi huang <[EMAIL PROTECTED]>: On 12/25/06, 齐永恒 <[EMAIL PROTECTED]> wrote: > Hi everyone > Merry Christmas. > I use jQ have some times,i find the $.get() almost use cache, the brower > don't send the request to server,

Re: [jQuery] about get method cache

2006-12-25 Thread yi huang
On 12/25/06, 齐永恒 <[EMAIL PROTECTED]> wrote: Hi everyone Merry Christmas. I use jQ have some times,i find the $.get() almost use cache, the brower don't send the request to server, but use cache data. so, i have trouble. please tell me if i want to make get() method excute every times. how to do

[jQuery] about get method cache

2006-12-25 Thread 齐永恒
Hi everyone Merry Christmas. I use jQ have some times,i find the $.get() almost use cache, the brower don't send the request to server, but use cache data. so, i have trouble. please tell me if i want to make get() method excute every times. how to do i? -- yours yongheng msn:[EMAIL PROTECTED] gt