[jQuery] how could jmp3 work in a thickbox window? onready problem?

2006-11-05 Thread asterocean
jmp3 thickbox are both great plugins thatusing jquery, then, how could jmp3 work in a thickbox window? jmp3 works fine alone, it seems that $(document).ready(function(){$(.mp3).jmp3(); }); not work when loaded by thickbox then which event should it been binded? any sugestion would be

[jQuery] how to stop each iteration under each's function?

2006-10-31 Thread asterocean
for exzample: $([EMAIL PROTECTED]'text']).each(function(){if (this.value==){alert(error);this.focus();break;}}); but 'break;' won't stop the iteration of each, what should i do? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] how to bind onpropertychange event in jquery?

2006-10-30 Thread asterocean
like textarea, how could ibind onpropertychange event for it? ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/