Hi folks,
I was mulling over both those two DOM instantiation patterns just this
week.
Has anyone actually run that test? I'm curious what the numbers
were.
There is this delightful feel of control and power in
$("").attr({id:"myid",
name:"myname"}).val("foo").appendTo(this);
but
$(this
We recently dealt with the same problem with IE on the Fluid project.
We fixed it by trapping both the ondrag and onselectstart events.
Note: these events only need to be trapped in IE and they are not
jQuery events so you need to cast the object to a browser DOM object
before trapping.
Here is o
2 matches
Mail list logo