How to build a web widget (using jQuery)


How to build a web widget (using jQuery)

# ensure the widget’s code doesn’t accidentally mess up with the rest of the page,
# dynamically load external CSS and JavaScript files,
# bypass browsers’ single-origin policy using JSONP.

Related Posts