/    Sign up×
Community /Pin to ProfileBookmark

onChange effect on adding item?

I have a table and a form and layout like this:

<table>
<tr><td>fName</td>
<td>lName</td>
<td><input type=text name=age value=0 onChange=”update();”></td>
</tr>
</table>

Form:

<form>
<input type=text name=fname value = “”>
<input type=text name=lname value = “”>
<input type=text name=age value = 0 onChange=”addRec();”>
</form>

If I change age in table, AJAX updates fine. Also, through the form, records are also added to the table.

However, added records are not updated. It updates only when age is changed after addition. I know i have to use onChange for every element in form. Is there a better approach to trigger change event? Thanks.

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@KorJan 17.2008 — one note is that [B]onchange[/B] applied upon textfields triggers the function [I]only after[/I] the element loses its focus [I]and only if [/I]its value has changed since gaining focus.
×

Success!

Help @codingisfun spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...