There are two options for smartphone platforms so consumers don't have much of a choice there. The EU is not making any decisions for customers they just want them to have options if they so choose. I am not sure why you would be for closed platforms. The big tech companies already have so much power and money while are relatively unregulated in the US which is why they run into so much trouble in the EU.
Hello,
I am using a Moto G Stylus (2025) and happy with it. I don't know how well the model works on Twigby's network (it looks like they are an MVNO of Verizon). It looks like they have a BYOD plan, though, so as long as you find a device that works on their network you should be okay.
Regards,
Aryeh Goretsky
I literally tried to install it on my PC today and it crashed upon every start up.
I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet.
Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
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