limit.page.js 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 let shareAction = require('common/share'); $(function() { shareAction({ title: $('#shareTitle').val(), link: $('#shareLink').val(), desc: $('#shareDesc').val(), imgUrl: $('#shareImg').val(), }); });