Tagged Questions
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).
10
votes
2answers
2k views
jQuery textbox.val('xxxx') not causing change to fire?
I have the following jQuery code in place on my page:
var isChanged = false;
$(document).ready(function()
{
$('.change').change(function() {
isChanged = true;
});
});
I am using a ...
10
votes
4answers
15k views
How do you submit a dropdownlist in asp.net mvc
<% using (Html.BeginForm() { %>
<%=Html.DropDownList("TopItemsList", ViewData["ListData"], new { onchange="[???]" })%>
<% } %>
In the above example, what value should you set ...
9
votes
2answers
14k views
Android: On EditText Changed Listener
In my project I have a EditText. I want to show how mant characters are there in the EditText and show it in the TextView. I have written following code and it works fine. However, my problem is when ...
7
votes
4answers
58k views
jQuery onchange/onfocus select box to display an image?
I need some help finding a jQuery plugin which will allow me to display an image preview from a select list of images - onfocus/onchange..
Example:
<select name="image" id="image" ...
6
votes
2answers
2k views
Selenium onChange not working
I have tried a number of things to try and get Selenium to pick up an 'onchange' event from a drop down menu, none of which has worked.
The offending HTML is:
<select ...
6
votes
4answers
6k views
Jquery .change() function not working with dynamically populated SELECT list
I have a select field that is dynamically populated with an ajax call that simply returns all the HTML select options. Here is the part of the PHP that just echo's the select tags and dynamically ...
6
votes
3answers
4k views
YUI 3 programmatically fire change event
I was wondering how to programmatically fire a change event with YUI3 -- I added a change listener to one select box node:
Y.get('#mynode').on('change', function(e) {
Alert(“changed me”);
});
and ...
6
votes
5answers
27k views
jQuery radio onchange toggle class of parent element?
Please have a look on the following:
$('#myRadio').change(function() {
if($(this).is(':checked')) {
$(this).parent().addClass('green');
} else { ...
5
votes
3answers
455 views
Javascript: Check if Element has Changed
I want to know, if it's possible, how to check in javascript if an element has changed or an attribute of it?
I mean something like window.onhashchange for an element something like:
...
5
votes
3answers
1k views
button click event lost due to the alert box in text box onblur event
I have created a simple web form, containing one text box and one button. I have captured the onblur event of the text box.
<html xmlns="http://www.w3.org/1999/xhtml" >
<head ...
5
votes
3answers
13k views
Raise “onChange” event when Input Element changed by JavaScript from Popup Window
I have a webpage with a form element and a popup window (opened by window.open).
Both have jQuery available.
The popup window has a javascript that can change the form element in the opener window. ...
5
votes
7answers
57k views
Call Javascript onchange event by programatically changing textbox value
the problem I'm facing is this:
I have a textbox for a date range along side a calendar control.
When the user selects a date from the calendar, it fills that date into the textbox
When this ...
4
votes
2answers
77 views
Trigger “onchange” event
The "onchange" event is triggered only when the USER enters some value. Why isn't possible to fire the event when I change the value automatically via Javascript ? Is there an alternative ?
...
4
votes
4answers
43 views
Group JS events
I currently have four change() events that fire exactly the same code (see below), so I'm wondering if there is a way of grouping these events in one line to save reapeating code four times?
Thanks.
...
4
votes
1answer
60 views
What is the workaround for onchange with file inputs?
As some of you may know already, Internet Explorer's onchange event is fundamentally broken prior to version 9. Instead of triggering when a change occurs, it triggers when the input field loses the ...
4
votes
1answer
291 views
jquery IE8 - using live('blur', function) and live('change',function) together
Ok, I have a weird problem with IE8 and jQuery. See the code below:
<!DOCTYPE html>
<html dir="ltr">
<head>
</head>
<body>
<input>
<script ...
4
votes
4answers
394 views
firing a jQuery change function at document ready
My change function allows users to switch from country to country and get different text and features. It works when changing country selections. But at initial page load, it does not fire jQuery ...
4
votes
2answers
839 views
How do I listen for changes to a RadioGroup's selected value using JQuery?
I need to register a handler for a group of radio buttons. I'm using JQuery and hoped that its .change method would accomplish this. However I have not experienced the desired behavoir.
Here is a ...
4
votes
4answers
257 views
Will I trigger a change event if I use Javascript to set a <option> as selected?
I've observed that, in Google Chrome, setting an <option> as selected via Javascript does not trigger the respective <select> tag's change event.
Can I count on this behavior holding true ...
4
votes
3answers
5k views
I can't get onChange to fire for dijit.form.Select
I seem unable to correctly attach the onchange event to a dijit.form.Select widget. However, I am new to web development, so I could be doing something completely idiotic (although, as best I can tell ...
4
votes
3answers
27k views
How to implement onchange of <input type=“text”> with jQuery?
<select> has this api, what about <input>?
3
votes
3answers
71 views
Run change event for select even when same option is reselected
Basically, I have drop down menu that looks like this:
<select>
<option>0</option>
<option selected="selected">1</option>
<option>2</option>
...
3
votes
3answers
108 views
jQuery: I can't set a value in a loop with a dynamic value
How come in the following code my update business function always updates the input with the final value in the array
for (var i = 0; i < results.length; i++) {
var place = results[i];
var input = ...
3
votes
1answer
266 views
Android How do you detect which Contact changed?
Is there a way to determine which contact changed?
I know I can register a ContentObserver for the URI but it only triggers when something changes, how am I supposed to know which contact changed and ...
3
votes
3answers
3k views
Show div base on onchange from dropdown option, help
I try to show some information inside of <div> as following:
<div id="show_details" style="'display:block;' : 'display:none;'"> SHOW me
</div>
by choose from drop down ...
3
votes
2answers
634 views
HTML select onchange accessibility concerns
We have a request to use a select element's onchange to trigger a move to a new page.
In the past, web accessibility literature I've read has generally advised against doing this. This was on the ...
3
votes
4answers
309 views
How to prevent jquery event firing on a drop down list given an event is attached
I have a drop down list on my webpage with a jquery event attached to the change event. On change I use ajax to load a partial view in a popup window.
When the user uses the keyboard to navigate ...
3
votes
4answers
331 views
How to determine if an onChange event was called by an onPaste
I have a Javascript function that is associated with an onChange event. I understand that some browsers support onPaste at either the document or an element level. Is there a way to determine if the ...
3
votes
2answers
363 views
OnLoad and OnChange (jQuery)
function safe(){
if($(this).is(':checked')){
$("select[name='sort']").attr("disabled", "disabled");
$("input[name='group']").attr("disabled", "disabled")
} else {
...
3
votes
2answers
1k views
input textbox onchange is not firing when data is assigned to input textbox
this is my html page
<script>
function set()
{
document.getElementById("txt").value++;
}
</script>
<input id="txt" type="text" onchange="javascript:alert('txt changed');" value="0">
...
3
votes
2answers
4k views
How to get Javascript Select box's selected text
This things works perfectly
<select name="selectbox" onchange="alert(this.value)>
But I want to select the text. I tried in this way
<select name="selectbox" ...
3
votes
1answer
529 views
Form won't submit properly in IE
My simple donation form submits properly except for Internet Explorer. I'm sure it has to do with issues with change() and focus() or blur(), but all my hundreds of attempts so far have failed me. I ...
3
votes
1answer
4k views
trigger onchange event manually
I'm setting a date-time textfield value via a calendar widget. Obviously, the calendar widget does something like this :
document.getElementById('datetimetext').value = date_value;
What I want is :
...
3
votes
3answers
2k views
Event.observe 'change' events not being triggered in IE
The Prototype event listener I use for changes in select menus is not being triggered in IE.
Event.observe('use_billing', 'change', Checkout.getBillingData);
This works fine in Firefox (of course), ...
3
votes
2answers
723 views
calling function based on dom change
I rewrote a bit of my code based on that it's not really feasible to check to see if a javascript variable changes. But, how would I do it with a dom element? For instance
<div ...
3
votes
3answers
2k views
onchange without losing focus?
I'm creating a form with a select dropdown. One of the options is "other - please specify", which is supposed to display an extra text field for more details.
I managed to do it using onChange event ...
3
votes
5answers
3k views
How do I programmatically change a select so that it fires its onchange behavior?
This doesn't seem to be working:
<select id="mySel" onchange="alert('foo')">
<option value="a">a</option>
<option value="b">b</option>
</select>
...
2
votes
2answers
45 views
How can i catch the firefox spellcheck correction event?
I have a textarea. After writing some misspelled text and using rightclick -> correction the word gets replaced with a correctly spelled word.
Now, my problem here is that i need to exectue some ...
2
votes
1answer
54 views
Getting “Change” event for a text field who's contents is changed by jQuery
I've made some pretty checkboxes using some pretty simple jQuery
HTML
<span class="iconElement checkBox" id="update_Check"></span>
<input type="text" id="update" name="update" ...
2
votes
3answers
45 views
Is there a jQuery event for when the page changes?
I'm beginner on Jquery and trying to get used to it. Is there any event that I can bind to the page to stop my slider timer?
What I want to do is, when a user changed page or goes to another tab, I ...
2
votes
3answers
85 views
Can a change, to a hidden input, by jQuery be listened by any event?
Maybe you understand also from the question, I am trying to trigger one change that happens to a hidden input.
<input type="hidden" name="secret" id="secret" onchange="alert(MSG);" value="0" />
...
2
votes
8answers
212 views
Can jQuery check whether input contents has changed?
Is it possible to bind javascript (jQuery is best) event to "change" form input value somehow?
I know about .change() method, but it does not trigger until you (the cursor) leave(s) the input field. ...
2
votes
2answers
123 views
Trigger Change event and keyup event in select element
I have some codes that should be run when a select element changes.I do it with jquery in this way:
$("#myselect").change(function() {
.......
});
But I want these codes run also when user ...
2
votes
3answers
375 views
Change php variable based on javascript value
how can i change/assign a value to php variable depending on a javascript variable?
here is my code.
<select id="reOutcome" name="reOutcome" onchange="OnChange(this.form.reOutcome);">
...
2
votes
2answers
178 views
Add a second onChange event?
Hi I found this script online that adds an onChange event to an element and I would like to now add a second onChange event to the same element. Heres the script:
...
2
votes
1answer
110 views
Ajax response not working 10% of the time
My problem is that works almost 90% of the time, but it doesn't work 10%. I just get nothing. Its using a drop down box with a onChange event.
<script type="text/javascript">
function ...
2
votes
3answers
270 views
HTML/Javascript onchange vs onsubmit problem
I am trying a code, that will load an iframe onsubmit. I am able to do it onchange of a text field (code taken from somewhere). But onsubmit does not work:
Works
<!DOCTYPE HTML PUBLIC ...
2
votes
6answers
403 views
How do I use Javascript to change value of a hidden input depending on status of a checkbox?
I am trying to change the value of a hidden input field, depending on the value of a checkbox. I don't know much about Javascript but this is what I have so far.
<input type="hidden" value="" ...
2
votes
2answers
111 views
jQuery Inner Submit Function Does Not Work
I have a problem with this jQuery code. It doesn't work as expected:
$('#select_dropdown').change ( function(){
$('#form_to_submit').submit( function(event){
$.post("process.php", { name: ...
2
votes
5answers
124 views
onchange event not alerting
Could someone help me figure out why this isn't triggering?
$("input:radio[name=cm-fo-ozlkr]").change( function(){
alert('Handler for .change() called.');
});
HTML
<input ...