Im trying to append a large block of text using jquery\'s append().
$(\'#add_contact_btn\').click(function(event) { event.preventDefault(); var large =
Remove the line breaks.
http://jsfiddle.net/DmERt/
var large = 'Co-Borrower Information First NameMiddle NameLast NameHome NumberWork NumberCell Number'; $('#accordion_container').append(large);