- 2
I need to know where in the code - Razor form or .js function I can iject jquery code to change the DOM (such as attaching a datepicker to a Checkout attribute text field. I need it to be a place that work during the initial page load and also after any one of the panels get updated or refresh. I have implemented some code using timeouts in the Document ready event, but it only works sometimes.