MD Sayem Ahmed
MD Sayem Ahmed

Reputation: 29166

Is there a min. version of the jquery datepicker javascript file

I want to know if there is a min. version of the jquery datepicker javascript file

Upvotes: 0

Views: 1680

Answers (2)

Pekka
Pekka

Reputation: 449485

I don't know, but why not minimize it yourself?

With scripts that are not distributed in a minified version by the authors, minifying it yourself is safer than downloading a minified version from a third party. Also you don't have to wait until one pops up for the latest version of your script.

I've not used it myself yet, but Minify is in good standing, judging from other SO questions.

Related SO resources with good links to more tools:

Upvotes: 5

uthark
uthark

Reputation: 5363

You can download it from http://jqueryui.com/download

Upvotes: 1

Related Questions