Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I have an asp.net page. in which i have a table, in this table, i have one label for previous and one textbox to insert job-date.

Now, which jquery function i have to call after date inserted from the ajax calendar.

and how to compare the both date, where job-date should not be less than previous date.

plz help me.

Thanks

What I have tried:

i tried using .blur function, but i dont think, its a good option.
Posted
Updated 19-Mar-16 0:35am

1 solution

.change() Event will call after select date from ajax toolkit . now you can compare both date at change() event in jquery. for instance, please follow below links...

[Demo] jQuery TextBox onChange Event - JSFiddle[^]

textbox onchange event using jquery causes JScript runtime error: 'Deductions' is undefined - Stack Overflow[^]

jQuery textbox change event doesn't fire until textbox loses focus? - Stack Overflow[^]

Regards,
AARIF SHAIKH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900