[jQuery] missing equal between ns and uri
Hi, After I pass my xmlDocument to $.ajax{} with the processData:false option. The output has no "=" in between the namespace and uri. E.g. http://funny";>abc With XMLSerializer, the xmlDocument is convert to xml string properly. Anyone got any ideas? Thanks, Sui-Sing
[jQuery] it is possible to have a dynamic class?
hi, Like to have a class that has different methods (prototype) base on its arguments. Is that possible in javascript? Thanks