It sounds like you are referring to the hidden div scandal, which due to an architectural limitation on Edge prevented hardware acceleration, but of course Google denied that it was specifically intended to break Edge, which of course I don't believe. Google is known for that kind of evilness.
I guess we can agree to disagree. I had the completely opposite experience, and not just that it annoyed me, I was frequently unable to use the sites I visited regularly.
Yeah, so reliable, it kept failing to install via Windows Update on my i7 Surface Pro 7+, stating it's not even ready almost a year later:
Go check the conventional Dictionary for the definition of "Reliable" microsoft, you're only fooling yourself with all these hallucinations...
Question
Craig Hopson
hi guys i'm trying to understand JSON i have this please tell me if i'm wrong
test.php
test.html
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script language="javascript">
$.ajax({
url: [i]url[/i],
dataType: 'json',
data: [i]data[/i],
success: [i]callback[/i]
});
echo $arr; //I KNOW THIS IS WRONG
</script>
[/CODE]
so my question is how do i get the array in the test.html
tghanks
Link to comment
https://www.neowin.net/forum/topic/1121580-jquery-json-example/Share on other sites
9 answers to this question
Recommended Posts