Re: [jQuery] How to append something after input tag??

2006-11-14 Thread Realazy XA Chen
On 11/14/06, 董軒綜 [EMAIL PROTECTED] wrote: Please give me some tips.Simply try this:(not test)$(#email).after(br/span class=style1'+tt+'/span);-- Laziness, DRY always. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Someone want to subscribe this maillist

2006-09-25 Thread Realazy XA Chen
On 9/26/06, limodou [EMAIL PROTECTED] wrote: He said he tried many times, but he cann't receive any back email.ooops...try another email or ask John Resig ( but jQuery magazine say he will not reply the mailing list anymore -_- ) -- Laziness, DRY always.

Re: [jQuery] Someone want to subscribe this maillist

2006-09-25 Thread Realazy XA Chen
On 9/26/06, John Resig [EMAIL PROTECTED] wrote: I just said that, due to the community being soactive, I rarely have to reply to the mailing list. so sorry for my misunderstanding. :(-- Laziness, DRY always. ___ jQuery mailing list discuss@jquery.com

[jQuery] So what is wrong with ie6 on blur?

2006-08-29 Thread Realazy XA Chen
hi, folks.I set up an example page here: http://realazy.org/temp/tut/form_hover_step3.htmland some js code like this: $([EMAIL PROTECTED]'text'], [EMAIL PROTECTED]'password'], textarea).hover(function(){$(this).addClass(ie_hover)},

Re: [jQuery] AJAX Activity Indicators

2006-08-27 Thread Realazy XA Chen
here is one: http://realazy.org/lab/jquery/j-gallery/ ,thought it is not good, LOL ( not REAL ajax...)2006/8/28, Juan Pablo Aqueveque [EMAIL PROTECTED]:Hi all. Can you show me a little example using AJAX Activity Indicators? (withjQuery of course).TIA,--juan pablo

Re: [jQuery] $.get Firefox problem

2006-08-09 Thread Realazy XA Chen
may add a prolog to xml file will help:?xml version=1.0 encoding=UTF-8 ?2006/8/9, Mohsen Saboorian [EMAIL PROTECTED]:Hi,I'm fetching a url using $.get():$.get(url, function(xml) { alert($(tag, xml).get(0).text);});xml is a simple xml tag:tagbody/tagIE works fine and alerts body, but FF alerts