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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:14:18+00:00 2026-06-17T21:14:18+00:00

I want to trim all the input element values on its blur. I defined

  • 0

I want to trim all the input element values on its blur. I defined a function trimElements and called
in a global page global.js. But in some pages I dont want this feature (trimming); but I already called in global.js. I am trying to nullify the affect of first called function through the second call of same function.
My code is here.


global.js

function trimElements(trim) {

if(trim) {
    $("input,textarea").blur(function() {
        $.each($("input"),function() {
            $(this).val($.trim($(this).val()))
        })
    })
}
}

$(document).ready(function(){ 

    trimElements(true);

});

In some other page I dont want this trim functionality. ie I am trying to do like following

$(document).ready(function(){ 

    trimElements(false); // want to cancel the affect of first function call

});

But I am missing some thing in logic.

  • 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-17T21:14:20+00:00Added an answer on June 17, 2026 at 9:14 pm

    Just unbind the element with false

    if(trim) {
    ...
    else {
        $("input,textarea").unbind('blur');
    }
    

    http://jsfiddle.net/ExplosionPIlls/b9E47/

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

Sidebar

Related Questions

I want to validate my registration form but i have default values for every
I have this trimmer function, it recursively trims all values in array (people put
I want to get the ID of an element which is <input type=text id='4711_herstellerName'
I am trying to write a function that will trim all the letters off
I want to trim the column headers of a CSV file, fields below is
I have a html file that I want to trim. I want to remove
I got the following entry in my database: images/test.jpg I want to trim the
I want to mimic the trim behavior of Photoshop (crop the area that is
I want to be able to trim images, many of which are very long
I have a list that I want to loop through (for trimtemp in trim)

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.