Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はこれを試しました:
$(function(){ var descr = $("#area").htmlarea(); }); $("#some_button").click(function(){ descr.pasteHTML("some text"); });
これはうまくいきません!どのようにできるのか ??どうも!!
ええ、これには無限の解決策があります... 詳細を教えてください。私の2つの推測:
Are you including jQuery and the plugin js file?
Try wrapping all your code around the $(function(){