hi…
I m newbie in RoR and working on rails 3.
Actually i m using tiny_mce plugin in my application and following the steps mentioned in this link https://github.com/kete/tiny_mce,
No doubt this is working absolutely fine in application but the other Jquery applied to the application is not working (example dynamically add and remove textboxes is not working)…
Dont know why it is so…
If anyone knows then help me…
might be a stupid question but did you include jquery explicitly in
your application.html.erb file
or whatever layout you are using? or just the :defaults?
because jquery doesn't get included by default