Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8645753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:37:50+00:00 2026-06-12T12:37:50+00:00

How, or is it even possible, to get the this value from a function?

  • 0

How, or is it even possible, to get the this value from a function? I’ve made this snippet which saves defaultValue on the function, but I would like to read this from outside the function, directly on the dom element. Is that possible??

I’ve made this, in jQuery:

$("input").val(function() {
    var $label = $("label[for='" + $(this).attr("id") + "']");
    this.defaultValue = $label.text();
    $label.hide()
    return this.defaultValue
}).click(function() {
    if ($(this).val() == this.defaultValue) {
        $(this).val("");
    }
}).bind("blur", function() {
    if ($(this).val() == "") {
        $(this).val(this.defaultValue);
    }
});

See it in action here: http://jsfiddle.net/ZUZ3L/g6dMA/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T12:37:51+00:00Added an answer on June 12, 2026 at 12:37 pm

    You can save it to the element represented in the DOM with jQuery’s .data() function:

    Do this on pageLoad:

    $(this).data('defaultValue', $(this).val());
    

    You can retrieve it later with:

    alert($('#myElement').data('defaultValue');
    

    …which will return the value set at pageload, rather than the current value of the input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this even possible? I have a key-pair that I already made with GPG
Is this even possible? function foo() { // do stuff } foo.prototype = {
It probably isn't even possible to do this, but I will ask anyway. Is
I'm not sure this is even possible but I know if it is, the
I can fetch the data like this. value= mymodel.objects.get(anycondition) OR value= mymodel.objects.filter(anycondition) and can
I get this array from a function (var_dump()): ...{ [0]=> string(7) user_id } [1]=>
Is it possible to call a JS function, with a value from an ASP
Is it possible to get the position of an element in the body even
Possible Duplicate: Getting odd/even part of a sequence with LINQ How can I get
Is this even possible? Basically, I want to turn these two calls to sub

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.