CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2010
    Posts
    1

    problem with jquery

    Dear colleagues :
    i have a problem with Jquery on IE (all version) .
    i use of this method for loading page :

    Code:
    function poll(res)
    {
      $('#jquery').html('<p><div style="padding-right:160px;background:#000"><img src="ajax-loader.gif"  /></div></p>');
      $('#jquery').load("poll.php?act=see&z_id="+res);
    }
    this method working perfectly on firefox and safari browser but dont work on ie perfectly
    when i open page that use oft it on jquery in on ie jquery dont work perfectly but when i refresh page ploblem will solved .

    it's mean : when i open page i must refresh page again for working jquery .

    attention :
    when i delete loading gif code problem solved but i want have a loading gif before loading page

    do u can help me for solving this problem or NOT?

    thanks

    best regards
    Last edited by PeejAvery; August 28th, 2010 at 07:00 PM. Reason: Added code tags.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: problem with jquery

    Submit it as a bug to jQuery. Sounds like they have an IE development issue.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured