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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:58:27+00:00 2026-06-17T07:58:27+00:00

I am doing javascript validation for empty checking of a text field in my

  • 0

I am doing javascript validation for empty checking of a text field in my form.. I want to know which of the following is the best method and why?

Method 1

if($("#myField").val()==''){
alert("Cannot be empty");
}

Method 2

var check=$("#myField").val();
if(check==''){
alert("Cannot be empty");
}

Which of them is best?? Method 1 or Method 2..And why??

  • 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-17T07:58:28+00:00Added an answer on June 17, 2026 at 7:58 am

    Use method 1 only, if you dont need the value of that input field again later in your code.

    Use method 2 if you are reusing that value later in your code. But I’d advise to use a more meaningful variable name like fieldValue instead of check.

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

Sidebar

Related Questions

I am doing some basic form validation. I have the following JavaScript function: function
I have a page method which is doing some complicated validation on server side.
I am doing some form validation on a project with javascript. what im doing
I have a form and I do JavaScript validation function onsubmit : <form method="post"
I'm creating a javascript object, and I want to know the best practice in
JS: The JS for client side validation of email field <script type=text/javascript src=http://code.jquery.com/jquery-latest.min.js> </script>
While doing some JavaScript performance tests I came up with the following piece of
I'm doing Javascript validation on my number fields. I'm using RegEx to do this
I'm adding some javascript validation to a form. The form has fields that currently
I have a function that contains messages for form field validation. However I would

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.