[jQuery] missing equal between ns and uri

2009-05-31 Thread sglai
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?

2008-11-17 Thread sglai
hi, Like to have a class that has different methods (prototype) base on its arguments. Is that possible in javascript? Thanks