Author
Not able to download JQuery Plugins
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 972
Hi,
I am not able to download Jquery plugins , when i click on download jquery Plugins..... I get the error message "The plugins site is currently in development."
Is there any other alternative way where i can get JQuery Plugins?
http://www.lifesbizzare.blogspot.com || OCJP:81%
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
Which jQuery plugins? There are hundreds if not thousands.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 972
DatePicker one
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
Which one? How are we supposed to help if you don't tell us anything specific?
There is a datepicker that is part of jQuery UI, but there are probably dozens more jQuery data picker plugins on the Web.
You've been on CodeRanch long enough to know that you should TellTheDetails .
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 972
I just need a basic datePicker from jQUERY !! I mean when I click on textbox a datepicker should appear and once i select it it should display the date in String format in the textbox
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
I use the datepicker in jQuery UI
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 972
Dear Bear,
I tried the code that you mentioned in jQuery but still its not working.Is there any additional thing that needs to be done from my side?
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted Mar 07, 2012 03:44:59
0
Is the JS file being downloaded? Are there any JS errors in the console?
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 972
Dear Tim,
I have downloaded the datepicker UI which was provided by Bear, it is being displayed now but its all plain white ....
Is there any additional thing i need to do to make the datepicker regain its color and looks
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted Mar 07, 2012 05:07:49
0
Tim Moores wrote: Are there any JS errors in the console?
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 972
Dear Sir,
I dont have FireBug or Firefox installed in my machine
Also one of the plugins I am not getting>>http://plugins.jquery.com/project/color
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
Vishal Hegde wrote: I dont have FireBug or Firefox installed in my machine
That can be remedied in a matter of minutes. Or you could use the JavaScript debugger in the browser that you are using (assuming it's not IE7 or earlier).
subject: Not able to download JQuery Plugins