Are you trot embed it on the page? If so, this is not right way. Plus, I am not sure why you need jquery at all 🐶🐾🫡
Trying to do something something with #ZapStream for OBS but lost to make it work. Suggestions? nostr:npub1v0lxxxxutpvrelsksy8cdhgfux9l6a42hsj2qzquu2zk7vc9qnkszrqj49 nostr:npub1r0rs5q2gk0e3dk3nlc7gnu378ec6cnlenqp8a3cjhyzu6f8k5sgs4sq9ac nostr:npub137c5pd8gmhhe0njtsgwjgunc5xjr2vmzvglkgqs5sjeh972gqqxqjak37w ?
----
$(document).ready(function() {
$.ajax({
url: "https://zap.stream/p/npub1de6l09erjl9r990q7n9ql0rwh8x8n059ht7a267n0q3qe28wua8q20q0sd",
dataType: "html",
success: function(data) {
// Extract the desired
var container = $(data).find("#radix-\\:r3\\:-content-top-zappers");
// Append the container to the local HTML
$("#remote-container").html(container);
}
});
});
Discussion
**trying not trot🐶🐾😭
I just want to fetch profile-top-zappers to display it on the screen. I hacked it up with a dirty iframe for now but it's not pretty. (bottom left)