Thank you Dave and David,
Regards,
Kashyap
On Monday, February 17, 2014 8:26:25 AM UTC+5:30, David Della Costa wrote:
>
> Just because you are using jQuery extensively in your JS codebase
> doesn't mean you need jayq/jQuery in your ClojureScript code. If you
> are trying to do inter-op and cal
Just because you are using jQuery extensively in your JS codebase
doesn't mean you need jayq/jQuery in your ClojureScript code. If you
are trying to do inter-op and call some of your JavaScript code from
your ClojureScript code, then you can simply use standard JavaScript
inter-op; if you want to
It works pretty seamlessly.
You will need to include a jquery externs file to avoid munging of function
call names by the google closure compiler in advanced mode.
See also
https://github.com/ibdknox/jayq
Which adds a few simplifications to usage (particularly some protocols for
jQuery object
Hi,
It took me some time to get started with clojurescript (on windows/cygwin)
- http://swannodette.github.io/2013/11/07/clojurescript-101/ worked for me.
I'd like to use clojurescript to do some UI component development for
product which is built using webkit/js/jquery. I was wondering if it i