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 3675492
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:58:58+00:00 2026-05-19T02:58:58+00:00

What is the most efficient way of coding the below functions which warn people

  • 0

What is the most efficient way of coding the below functions which warn people if they try to submit an empty form and also clear forms for them to enter?

$("#newsletter-subscribe").focus( function() { 
        if(this.value=='Your email address'){
            this.value='';
        }
    });

    $("#newsletter-subscribe").blur( function(){
        if(this.value==''){
            this.value='Your email address'
        }; 
    });

    $("#subscribe").bind("submit", function(e){
        email = $("input#newsletter-subscribe").val();
     $("input#newsletter-subscribe").val(email);
     if(jQuery.trim(email) == 'Your email address' || jQuery.trim(email) == '') {
      alert('Please enter your email address to subscribe.');
      return false;
     }

    });
  • 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-05-19T02:58:59+00:00Added an answer on May 19, 2026 at 2:58 am

    You may want to look at the jQuery Watermark plugin.

    This plugins let’s you add default text on form elements that look like watermarks or work as placeholders … work in a way to prevent unwanted information to be sent to the server

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

Sidebar

Related Questions

What is the most efficient way to set/re-order the TabIndex properties of many form
Which way is the most efficient way to save sql data compare base-64 or
Possible Duplicate: Most efficient way to check if a file is empty in Java
What is the most efficient way to drop a table in SAS? I have
What is the most efficient way for checking for equality of two m *
What's the most efficient way to sort objects in an NSSet / NSMutableSet based
What is the fastest / most efficient way of getting all the distinct items
What is the most efficient way of converting a single column linq query to
What is the most efficient way of implementing queues to be read by another
What is the quickest most efficient way to search text for words using non-casesensitive

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.