Jump to content

alvo

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by alvo

  1. Hi All, Im trying to use the following code as a preloader but it's not working as desired, essentially it's just running the whole script at once, before th epage as even loaded.... any idea?

    $(document).ready(function() {	 //DO THIS ONCE THE DOM HAS LOADED, BUT BEFORE THE PAGE HAS FULLY LOADED		  $(window).load(function() {	  //DO THIS ONCE THE ENTIRE PAGE AND CONTENT HAS LOADED	  });	 });

    Im sure it's me being stupid, but I cant see what I'm doing wrong... ThanksJames

  2. I wonder if anyone can help at all? I'm after an event handler for on text change for JavaScript, I know that onchange has been used but its not consistent across platforms, some browsers treat it as changed focus etc. Does anyone know how this is effectively done? Similar to Googles advanced search etc.. Thanks Guys James

  3. Is it just me? You're obviously attempting to learn web design / development, and your very early on in the learning process. You appear to be struggling with rather basic concepts such as CSS page layout and color schemes etc. I would just suggest that you buy a few books, read through them, take your time. It seems very optimistic that you are going to make a business out of your current understandings as of yet. For example.. if I say to you "I'm a company, I want a site building for me, with a secure login, for my users" Would you be prepared to construct a script from scratch, taking into account security issues such as SQL injection? Information security risks that you may be liable for? Just a thought... :boredom: James

×
×
  • Create New...