Skip to main content
New Participant
April 2, 2013
Answered

Use JQuery Datepicker in Cold Fusion

  • April 2, 2013
  • 1 reply
  • 2398 views

How can I use jquery Datepicker in a cfm application that used iframe? where should I link css and script reference?

This topic has been closed for replies.
Correct answer Adam Cameron.

It might be nice if you tell people you've already asked this on Stackoverflow (http://stackoverflow.com/questions/15756532/use-jquery-datepicker-in-cold-fusion).

This question has nothing to do with ColdFusion. JQuery runs on the client browser, and does not interact with the ColdFusion server.

You would use the datepicker in exactly the same way you would on a flat HTML page.

--

Adam

1 reply

Adam Cameron.Correct answer
Inspiring
April 2, 2013

It might be nice if you tell people you've already asked this on Stackoverflow (http://stackoverflow.com/questions/15756532/use-jquery-datepicker-in-cold-fusion).

This question has nothing to do with ColdFusion. JQuery runs on the client browser, and does not interact with the ColdFusion server.

You would use the datepicker in exactly the same way you would on a flat HTML page.

--

Adam