While I think that there are no "100% good guys" in this world (no country is), I do think that there are "less bad guys" or "preferred bad guys". From my personal POV, of course, I'd say that I prefer to side with Israel, the US and the Western world before siding with Iran, Hezbollah, Hamas, Russia, China and North Korea.
The "Western world" team has always been better regarding economics, freedoms and human rights than the "non-Western world" team. Israeli people have a degree of prosperity and freedom that Iranian, Russian and North Korean people could only dream about, that's a fact. The same applies to the "Western world" as a whole. Just look at the quality of life of the inhabitants of the "non-Western" world: it's measurably worst by any metric.
So that's why I choose to side with the West, every time. Results speak for themselves. Even if the West isn't perfect and 100% "good", either.
*lose
Anyway, had a feeling this was going to happen eventually which is why I started using NextDNS. The ad blocking on that is amazing (especially on android). It will be interesting to see how it works paired with ublock origin lite as I know the regular ublock origin extension removes a lot of ad placeholders
Question
Jose_49
Hi people. I know, after some Googling, that it is possible to manipulate a loaded content through Ajax and interact with it, with:
But what I want is the following:
$.get('http://thepath.to/my/site/and/file.php', function(data)
{
var content_s = $(data).find('#cds_global');
$('#dlm_btn_settings').html(content_s)
});
[/CODE]
I want to load a page. From that page, I would like to get a specific <div> hence the ".find" function.
Now, from that <div> whose ID is "cds_global" (Without quotes), I would like to get ALL HTML + JavaScript functionality.... How do I do that?
Edit: BTW, thanks a lot in advanced :p
Link to comment
https://www.neowin.net/forum/topic/1125796-how-do-i-use-the-javascript-from-a-file-i-included-using-jquery-through-get/Share on other sites
3 answers to this question
Recommended Posts