Dumb question: how do I do Javascript assignment in Clojurescript ? I m using a Javascript lib and need to set the value of an object s field like obj.this=that;
- I don t know Javascript so maybe there s a .set method ?
How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.