Any way to include just a certain div from a webpage (using a link) in a dashboard?

I was messing around with this concept but it doesn't seem to work

$('.target_class').load('https://www. website. com/?nid=88')

or

$('#target_id').load('https://www. website. com/?nid=88')

I don't know anything about jQuery though or what dashboards do with links to show them. I haven't looked into it (haven't even created a test to inspect it). Console throws an error but jQuery is present.

Anybody figure this out already?

The URL link feature in HousePanel does this for you. Any user provided webpage can be launched from the panel. POST api calls can also be specified.