jQuery Tutorial – 41 – Focus out

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

10 responses to “jQuery Tutorial – 41 – Focus out”

  1. dipanshu sharma Avatar

    focusout event is not working plzz help..here is the code….

    $('#name_text').focusin(function(){
    $('#name_span').html('Enter your full name');
    });

    $('#name_text').focusout(function(){
    $('#name_span').html('');
    });

    $('#password_text').focusin(function(){
    $('#password_span').html('Enter Password');
    });

    $('#password_text').focusout(function(){
    $('#password_span').html('');
    });

  2. Vishal Patel Avatar

    please upload video for how to copy code on button click(copy to clipboard) 

  3. ketchup1001 Avatar

    You can post code, just not HTML code/tags.

  4. Keshav Mathur Avatar

    Sorry to ask this q here.. coz i don't comment on youtube much but y am i not able to paste my code as a comment??

  5. jeff corpuz Avatar

    //Focus In and focus out/*$('#name').focusin(function(){$('#name_span').html('Enter ur name');
    }).focusout(function(){//validation here$('#name_span').html('');});$('#age').focusin(function(){
    $('#age_span').html('Enter ur age');}).focusout(function(){//validation here$('#age_span').html('');
    });*/ MY CODES XD

  6. I Heart Noise / Ilya S Avatar

    So what's the difference between blur and focusout?

  7. 308tube Avatar

    i beg to differ, its only bad coding if the code is going to maintained and supported by season developers. If this project is going to handed off to customer with little to no web development experience… im not going to give them code they cant maintain… i value giving people product they can understand; not giving them lame excuses like, if you need something done, only i should do it.

  8. jr5000pwp Avatar

    What would the consequences of doing something in this manner?

Leave a Reply

Your email address will not be published. Required fields are marked *