The site is pretty sparse on features / tech specs. Can I plug it into a PC/hone/Switch via USB-C and use it as an external display? If so, what's the virtual resolution of the screen, the refresh rate, PPI of the image etc? Is the text crisp enough to use for coding at say 12pt? Is it good enough for playing dark games, like say Path of Exile 2? How about fast games like car racing games?
Just how do they expect anyone to order this thing without giving out all this info?
I place most of the blame for the crappy state of gaming on smartphones. But Unreal Engine gets some of the blame also for allowing everyone and their dog to make a video game. The diamonds get buried in a massive dunghill, which from the sound of it is about to grow much larger.
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