Hello, i wanna use NiceEdit text editor in my site. but when i load the editor page, always i find the editor non-active, i have to click inside the textarea to active the textarea and the editor. have a look at the demo here http://nicedit.com/demos.php so i want to set the editor default status active without clicking inside the textarea to active it, so how can i do that please ?? thanks
You could fake a click event when the page has finished loading: jQuery $('#id').click(); Code (markup):
I don't see how faking a click on the element via using a framework like jQuery or usual javascript would cause a problem? Would seem someone else has the same issue: nicedit.com/forums/viewtopic.php?f=5&t=496&p=1132&hilit=enabled#p1132 Maybe worth keeping an eye