- .appendTo($share_link);
-
- var $short_url_input = $('<input />')
- .attr('id', 'short_url')
- .attr('type', 'checkbox')
- .prop('checked', 'checked')
- .appendTo($share_link)
- .bind('change', function() {
- options.short = $(this).prop('checked');
- update();
- });