[問題] 假文產生器

看板Ajax作者 (不痛)時間7年前 (2017/03/21 22:16), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/2 (看更多)
各位前輩大家好,我想請教假文產生器的問題。 中文假文產生器的api只有MoreText, 在div span textarea可以正常使用, 請問這個要怎麼用在input上呢? 之後要丟給資料庫的。 感謝。 https://jsfiddle.net/ersugss9/4/ <!DOCTYPE html> <html> <head> <title></title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" ></script> <script src="" rel="nofollow">http://more.handlino.com/javascripts/moretext-1.2.js"></script> </head> <body> <div class="lipsum(1)"></div> <br> <input class="lipsum_tmp"/> <br> <div id="later"></div> <br> <div id="tmp"></div> <script type="text/javascript"> $("#later").moreText(); $(".lipsum_tmp").each(function () { $("#tmp").moreText(); $(this).val($("#tmp").html()); }) </script> </body> </html> -- jQuery是最現實的library,開口沒談錢後面什麼都不能動。 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 36.234.47.51 ※ 文章網址: https://www.ptt.cc/bbs/Ajax/M.1490105773.A.79A.html

04/07 07:07, , 1F
可以用jQuery()呼叫(誤)
04/07 07:07, 1F
文章代碼(AID): #1OqJMjUQ (Ajax)
討論串 (同標題文章)
文章代碼(AID): #1OqJMjUQ (Ajax)