Is there anyway to append some html content from a file in Jquery?
I know you can use load() in jquery to replace the entire content within an element.
but I wonder if I can conditionally use append('url') to add extra content into an element in Jquery