CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: codecat

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    IVE PUBLISHED AND IT WORKS ON CHROME!!!!!


    Thanks ever so much you are a life saver!!!! :) :)
  2. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    right but how do I repair the access control allow origins bug because having to publish before testing seems a bit of a stretch just for checking? also is their a javascript function that I can use...
  3. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    ok so running it on a web server is the answer? if I 'publish' the website and launch in chrome should that do it? that XMLHttPRequest message is exactly what I get on the mac
  4. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    ive tried it without the # and no luck as to the same origin policy how do I fix it?
  5. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    <!DOCTYPE html>
    <html>
    <head>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
    </script>
    <script>
    $(document).ready(function(){
    $("#test").load...
  6. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    Yes the alert fucntion document.ready works great however, I am trying to display an external html file within an html file using document.ready, the reason for this is, I am developing a website...
  7. Replies
    16
    Views
    78,381

    Re: Chrome - jquery headache

    I have the code within the jquery document.ready function, the problem is it will not categorically work in chrome, its not syntax, its not window.load its not the version of jquery or chrome itself...
  8. Replies
    16
    Views
    78,381

    Chrome - jquery headache

    Hi all,
    I am new to programming and have a predicament, my document.ready function is working in firefox and safari, but not in chrome, I have tried changing the function to window.load function...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured