The onChange event gets triggered when the state of an element is changed. Many languages which work with a GUI support some form of a change-event. For example JavaScript and the JavsScript library jQuery (with the .change() function).

learn more… | top users | synonyms

0
votes
1answer
28 views

Uncaught TypeError: object is not a function calling a function on change form input

I get that error on this: This function is inside jscript.js source in section of index.php function upd(ctd, ID, pr){ //$('#sub'+ ID).val() = ctd * pr; document.getElementById('sub'+ ...
0
votes
1answer
15 views

Getting the value of Primefaces' p:editor when onchange is called

I have a component. I want to be notified whenever its value is changed. Then I need to check the new value to decide if it's empty (hence, I'll disable the submit button) or not. The former can be ...
0
votes
1answer
37 views

How to call helper methode through select_tag

I am trying to call helper methode from select_tag. I did like this : <%= select_tag(:themes, options_for_select({"Black" => "compiled/styles", "Green" => "compiled/styles2"})) %> When ...
1
vote
1answer
11 views

Admin changes themes

I am making a web-app which admin can change the themes. So I have 2 css files, style.css and style2.css. In my application_helper I have def set_themes(themes) @themes = themes end in ...
0
votes
2answers
28 views

onChange select not working

I have a drop down select with a load of colors as the options I need to change the color of a div (called someDiv) in this case when an option is chosen the options look like this <select ...
0
votes
1answer
13 views

menu change page information

I'm trying to have multiple dropbox menu's on the same page that will change the information on the next page after submitting their selection. so the user can make different and multipule selections ...
0
votes
1answer
32 views

How to process onchange events for select elements which is dynamically created using javascript?

I have to create a few "select" elements in a html file dynamically. And I also intend to create the same amount "select" elements according to the value of the former created "select" elements. Thus ...
0
votes
2answers
23 views

How to move onchange=“form.submit()” into script tag?

I have the following html: <form id="forum_jump" action="http://www.url.com/index.php?" method="get"> <fieldset> <select name="showforum" id="showforumJump" ...
2
votes
1answer
35 views

How do I trigger an onChange event for a hidden field?

I want to fire an onChange event for hidden field, Most of the forums I've read suggests that onChange doesn't work for hidden fields, So is there a way around for that, something like Plan-B?
0
votes
2answers
36 views

Is there a possibility OnChange doesnt shoot?

probably someone has a idea: We want to force the users to write in a textbox called txtShirtName just in Uppercase. To force this, we add this attribute: txtShirtName.Attributes["onchange"] = ...
0
votes
1answer
89 views

Calling a function when checking a checkbox, onclick event doesn't fire when unchecking

I should probably start by mentioning that I am using Internet Explorer 6. I am calling a JavaScript function (tabModifiedHighlight) from an onChange event. The function works perfectly other places ...
1
vote
3answers
37 views

Why does is my onchange event triggered when my page loads instead of when I click my radio button?

I have the following code in my javascript. I'd like the alert to happen wnen a user checks the radio button, but instead it happens when the page loads, and NOTHING happens when the radio button ...
0
votes
2answers
23 views

OnChange event not firing, function is not out of scope

function language(value) { window.alert(value); } <select onchange="language(this.val())"> <option value="Português">Português</option> <option ...
0
votes
1answer
30 views

Problems with JQuery change function

I have the following .change() function: $('#accmenu').change(function() { $(".insightsgraphs div").hide(); $(".insightsoptions input").removeClass("green"); $("#newLikes").one('click', ...
0
votes
0answers
41 views

Using a select form to remove and add data in the Kendo UI Dataviz chart

Hello I am learning javascript/kendo dataviz. I have been reading and strugling for days to create the following solution: Using a select form to remove and add data in the Kendo UI dataviz chart. ...
0
votes
1answer
41 views

With bind/on change how to show a Row

I have a form using coldfusion that currently is using binding to generate a value. After a user selects from a pull down a selection is automatically generates a value 'Y' or 'N' generated from a ...
0
votes
1answer
35 views

JQuery Toggle .click function

I'm using jQuery Mobile. I have a toggle button that I need to launch a confirm dialog when the user clicks. HTML <div data-role="fieldcontain"> <div class='ui-grid-a' > ...
0
votes
1answer
9 views

javascript function fails sometimes onchange

So I have this web page code, which works (sort of) in Firefox, but only the select works in IE8. To make it sort of work in Firefox the alert(null) has to be there or it won't go to the href given ...
0
votes
2answers
37 views

Jquery add onchange

I am trying to add a onchange event to a normal ahref link. Currently the code makes a form into a kind of slider with next and back - which works, not made by me. At the end it changes the next text ...
1
vote
2answers
42 views

unable to acces dynamically made textareas by class.each.change

i got this that makes a draggable element with multiple textareas - the first textarea is special and works as it should. the number of remaining textareas should be based on: if(all textareas are ...
0
votes
0answers
23 views

Create OnChange And OnLoad JQuery-Event

i try with jquery for a responsive webdesign to change all image pathes. the roblem: when loading the page this will work, but i need a kind of an onchange event for mobile devices when the device is ...
0
votes
5answers
56 views

jQuery how to properly use onChange

I am using Drupal 7 (quite new to both Drupal and Javascript / jQuery) and I got a class called "field-name-field-activity", now what I want is to put an onchange of every input in that class. ...
0
votes
1answer
29 views

how to use select element onchange event to fill hidden element

Any help with this is greatly appreciated, as I've been pulling my hair out trying to make it work! I have a form with five select elements like this: <select name="program1" class="floatCtrl" ...
0
votes
1answer
30 views

jquery each input value validate

I am trying to get the values of multiple inputs within a div, and once all inputs within the div have a value console log a message. I only want the message once all inputs within the parent div have ...
1
vote
3answers
90 views

HTML drop down list

How do I create a html drop down list that refreshes back to the option disabled tag once an individual has selected an option value, has viewed their selection and has decided to go back to make ...
0
votes
1answer
28 views

jquery onchange losing selected state

I have put a demo here: http://jsfiddle.net/JjBPd/ $(function () { var options = $("select#areafilter").children("option"); var selectoption = $("select#regionfilter"); ...
0
votes
1answer
58 views

Get the event onchange after javascript change select's value

I have a form in wich the user can save. In this form i have a dynamic SELECT, when user chooses an option with the event ONCHANGE i get the result of another SELECT. The problem is that when user ...
0
votes
0answers
37 views

jquery doesn't detect a change event in text boxes for fractional value changes?

I am using jQuery and created a change listener on some text boxes that hold numeric values with 2 decimal places, if the integer part is changed then an event is triggered, if one of the decimal ...
0
votes
1answer
58 views

Catch change event on input field dynamically added to Jquery Datatables table

I have an ajax call that uses the following code to add some rows to a data table for each record in the response: strAppName = data.Application_Name maintCost = '<input ...
0
votes
1answer
47 views

Using the onchange event to get value of select color list in order to change a picture

I'm using a select list to change the color of a preview image of a picture of a shirt. So I have a global variable named chosenColor and I want to use that to change the picture when I select a color ...
0
votes
0answers
29 views

How to trigger onChangeEvent in Opera Mini?

Opera Minis` documentation states clearly that onchange event is submitted, here's the quote: Forms: onSubmit onChange: this even works during filling out a form, not just on ...
0
votes
1answer
49 views

Jquery checkbox .prop click preventDefault behaviour

I have been working with many checkboxes lately. I came across this 'problem' with the .prevenDefault() click event and I tried to find a solution for this. In my case I wanted to be able to decide ...
1
vote
1answer
60 views

Passing two parameters from combobox onChange event

I have the following code: <g:select name="availableUser.id" from="${availableUsers}" noSelection="['': message(code: 'global.noSelection')]" optionKey="id" ...
0
votes
1answer
38 views

How can we trigger act_window action from on_change function?

I have a selection widget with several items that happen to be names of different models, on selecting a model, I want to trigger an act_window based on that model so how can we trigger an action from ...
0
votes
1answer
72 views

Calling multiple functions with onchange

All this is a little bit over my experience but I have looked everywhere I could, and researched this stuff for 6 hours so far today and am just running into brick walls. I have a table, where a user ...
0
votes
1answer
76 views

chrome fires change event twice after enter key pressed and blur event

I have a text <input> and when it is filed I want to fire the change event. The change event is fired by: 1. clicking outside the text field (so it loses focus) or 2. by pressing enter key (so ...
0
votes
1answer
77 views

JQuery datetimepicker change min/maxDate results in infinite loop

Hy all, I'm using the datetimepicker from http://trentrichardson.com/examples/timepicker/ The problem is that i've got an start and end input field. I don't want that an user can pick an end ...
1
vote
0answers
51 views

manipulating multiple select boxes on a website via python not triggering POST request

I'm trying to programmatically manipulate an internal website via python. It's actually working for the most part, but I'm stuck trying to trigger a POST request after the value of each box changes. I ...
0
votes
3answers
72 views

javascript jquery to check a checkbox if a number greate than 0 is inserted into a box

I have two inputs, text and checkbox: <input type="text" id="09_1" name="09_1" class="rounded"/> <input type="checkbox" checked id="h09_1" name="h09_1" class="rounded"/> the textbox ...
0
votes
0answers
94 views

jQuery clone Select .change fires for Parent not child

I have a form that contains rows that I am successfully able to clone. Part of the row is a hidden div that I have show() when any item in the select is selected. The problem with that functionality ...
1
vote
2answers
262 views

VBA prevent user changing cell value with reference to only the intial cell value

I'm trying to stop certain fields being changed by the user. However I don't know what columns those fields will be in, only what value they will initially contain. My current approach is this: ...
0
votes
3answers
54 views

PHP Jquery onchange event

I have a selectbox with filter featured in a form, how could I use jquery to replace onchange event to avoid whole page refresh? I want certain div block will be able to reload the callback data when ...
1
vote
2answers
49 views

javascript function won't run onchange

window.onload = init; function init(){ var allSelect = document.getElementsByTagName("option"); for (var i = 0; i < allSelect.length; i++){ allSelect[i].onchange = loadLink; } ...
0
votes
0answers
83 views

onChange select disable other (multiple) select boxes

I try to create a javascript function to disable onchange multiple select boxes based on one selectbox. For example, i have a grid table generated with php from database. In that table i have disable ...
0
votes
1answer
243 views

Dynamic select2 not firing change event

i have a form with a couple of select inside. I'm applying the Select2 jquery plugin over those selects like this: $("select.company_select, select.positions_select").select2(); The select's work ...
0
votes
0answers
61 views

Input onchange not working

I've had some custom work done for my website about 4 months ago. I have since made quite a few edits, but mainly only styling ones, whereas this is a javascript edit, I have also moved the site from ...
0
votes
5answers
95 views

change event not working for a textbox when the value is assigned externally

I have a textbox and a button. When I click the button, it sets certain value in the textbox. I want to submit the page whenever the value of the textbox is changed. Please check here HTML: ...
0
votes
1answer
35 views

Fire a function on the change event of an already changed select

I have a form with three select fields. I want the second select to populate based off of the first selection and then the third to populate based on the second selection. So property type -> County ...
0
votes
1answer
43 views

Dropdownlist get value out ddl and use it above

I'm trying to make a dropdownlist of the months. When the user select a month, the javascript fills the setter with the chosen value. Now I want to use that value above. So I made a form around my ...
0
votes
2answers
108 views

Clicking multiple checkboxes with one using jQuery

I am trying to check multiple sub-checkboxes when I check a header-checkbox. My code is in a fiddle. My code is: $('input.fieldCheck'.on('change', function(event) { var $rows = ...

1 2 3 4 5 19