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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:27:21+00:00 2026-05-16T15:27:21+00:00

function safe(){ if($(this).is(‘:checked’)){ $(select[name=’sort’]).attr(disabled, disabled); $(input[name=’group’]).attr(disabled, disabled) } else { $(select[name=’sort’]).attr(disabled, false); $(input[name=’group’]).attr(disabled, false)

  • 0
function safe(){
    if($(this).is(':checked')){
        $("select[name='sort']").attr("disabled", "disabled");
        $("input[name='group']").attr("disabled", "disabled")
    } else {
        $("select[name='sort']").attr("disabled", false);
        $("input[name='group']").attr("disabled", false)
    }
}
$('input#safe').change(failsafe);

I have this function that I want to run onLoad as well as onChange, at the same time. Currently only onChange works, but onLoad, those fields remain enabled.

Thanks for your help!

  • 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-16T15:27:22+00:00Added an answer on May 16, 2026 at 3:27 pm

    Not entirely sure if this is what you’re looking for, but if you were hoping to run the safe() code when the page loads, try this.

    Example: http://jsfiddle.net/ewNEc/

    $(function() {
    
        function safe(){
            if( this.checked ){
                $("select[name='sort']").attr("disabled", "disabled");
                $("input[name='group']").attr("disabled", "disabled")
            } else {
                $("select[name='sort']").attr("disabled", false);
                $("input[name='group']").attr("disabled", false)
            }
        }
        $('input#safe').change(safe).triggerHandler("change");
    
    });
    

    Uses .triggerHandler() to fire the handler without changing the state.

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

Sidebar

Related Questions

I was reading this: http://en.wikipedia.org/wiki/Thread_safety Is the following function thread-safe? void foo(int y){ int
How can i make a callback function thread safe. This function will be called
After reading a few posts here I formulated this function which is sort of
UPDATED: Is there a thread-safe, lock-free and available on all Linux distros increment function
I would like to define some kind of safe division (and modulo) function, one
function register_contact ($person = array()) { $nogood = false; foreach ($person as $val) {
See this GTK callback function: static gboolean callback(GtkWidget *widget, GdkEventButton *event, gpointer *data) {
Please suppose I have a function that accepts a pointer as a parameter. This
Problem: I need to write a function which returns a value for a input
I am calling functions using dynamic function names (something like this) $unsafeFunctionName = $_POST['function_name'];

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.