Add Button Dynamically

Add Button Dynamically

Hi All,

I am new in Jquery.I have a button and when i press this button i send the request to facebook Login.and after facebook login i am showing the friend list for user.i want to add button when list is shown.

$(document).ready(function(){
    $('.load-button').click(function(){
          getUser();
       });
});

This getUser call all the Facebook API.now i want to add button when list is shown.
Please Reply ASAP.

Thanks & Regards,
Sumit Gupta