--
v8-users mailing list
v8-u...@googlegroups.com
http://groups.google.com/group/v8-users
There is no such thing as "jQuery syntax". It's just a valid
JavaScript program. jQuery simply declares a global function called $.
If you want to get jQuery functionality in you program then you should
either embed jQuery into your program or implement the same feature
from scratch.
--
Vyacheslav Egorov
Hi Ravi,
No, actually if i understand your problem well, you need a javascript
console with the DOM.. and load scripts , like jquery.. or something
else..
and play with them in real time.. if i assuming this right.. if you
use the developer tools..of the baked chrome browser.. in :
tools>javascript console..
is all you need... or using firebug in firefox..