[jQuery] Re: problem with Query String Object

2008-07-14 Thread McEdonskiy
ach(shooseArray, function (a,b){ > > console.info(a); > console.info(b); > > }); > > this is a sweet plugin! 1 I was unaware of another absolute jQuery Jem :) > > hth - S > > 2008/7/13 McEdonskiy <[EMAIL PROTECTED]>: > > > > > I have a prob

[jQuery] Remove event from object

2008-02-24 Thread McEdonskiy
Sorry for my bad english, I have code: $(this).dblclick( function() { $(this).html(''); $(this).dblclick( function() {}) ;// try remove event Don`t work }); And I want block second dblClick Thanx

[jQuery] Re: ".find" does not work in ".each"

2008-02-24 Thread McEdonskiy
> That's a good point, but it looks like he is trying to find td   > elements with an id that *starts* with "order," so they could be   > "order_1", "order_2", etc. I agree, though, that it would be less   > cumbersome to simply use a common class. Yes, I find "order_1", "order_2", etc. In the nu

[jQuery] ".find" does not work in ".each"

2008-02-23 Thread McEdonskiy
HTML code: .. JS code: $("#catalog_table TBODY TR").each( function(){ $(this).find("TD[id^='order']").html('TEXT')

[jQuery] Re: jQuery Cycle Plugin delay problem

2008-02-04 Thread McEdonskiy
BIG Thanx Mike I change code: $(document).ready(function() { $('#news').cycle({ fx:'scrollLeft', slideExpr: 'p', speed: 1000, delay: 100,

[jQuery] Re: load array to js

2008-01-22 Thread McEdonskiy
http://groups.google.com/group/jquery-en/browse_thread/thread/011f91c665caa8a6 the same problem resolved On 22 янв, 01:46, Bober <[EMAIL PROTECTED]> wrote: > Hello! > > I have several inputs > > > .. > > > Can quick set one walue for all elements a[1]? > How can I do?