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
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
> 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
HTML code:
..
JS code:
$("#catalog_table TBODY TR").each(
function(){
$(this).find("TD[id^='order']").html('TEXT')
BIG Thanx Mike
I change code:
$(document).ready(function() {
$('#news').cycle({
fx:'scrollLeft',
slideExpr: 'p',
speed: 1000,
delay: 100,
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?
6 matches
Mail list logo