I am extremely new to jquery and really don't know JavaScript at all so forgive the simple question.
I am using PHP to dynamically create jquery pages based on database info. when I create a list I have found that it doesn't always update when I revisit a page. After searching around for a bit I found someone say to use .trigger('create'); to refresh the contents of the page each time it's opened. however I have no idea how to add this to my page can someone help me out. Please start extremely basic as i am sure I can't just past .trigger('create'); randomly on my page.
Thank you for the help.