Search results

  1. J

    Failed in jquery mouseover/hover

    I solve it already. Thread closed.
  2. J

    Failed in jquery mouseover/hover

    That's right but I havent wrote that function yet.
  3. J

    Failed in jquery mouseover/hover

    It doesnt work. Okay here's the exact code I typed in. <script src="jquery.js"></script> <script src="text/javascript"> $("#available_bids").mouseover(function(){ $('#available_bids').contents.each(function(){ if(this.nodeType ==3)...
  4. J

    Failed in jquery mouseover/hover

    Im unable to change the "My available bids" number 50 to become "Buy". Tried several ways using mouseover/hover but failed. Thanks for help in advance.:) <div id="welcome" align="right"> <?php $username= $_SESSION['username']; echo "Welcome...
  5. J

    Need some pointers

    Thanks for the tip.
  6. J

    Need some pointers

    My site has a login button. When it is click, you can see that it moves the navigational button. Need some pointers on why this happen and how I can solve this. Thanks all.
Top