Click here to Skip to main content
15,892,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: framework 2.0 and win98 Pin
caradri4-Dec-12 0:25
caradri4-Dec-12 0:25 
GeneralRe: framework 2.0 and win98 Pin
Dave Kreskowiak4-Dec-12 4:11
mveDave Kreskowiak4-Dec-12 4:11 
GeneralRe: framework 2.0 and win98 Pin
caradri4-Dec-12 0:23
caradri4-Dec-12 0:23 
GeneralRe: framework 2.0 and win98 Pin
Eddy Vluggen4-Dec-12 0:36
professionalEddy Vluggen4-Dec-12 0:36 
GeneralRe: framework 2.0 and win98 Pin
caradri4-Dec-12 1:52
caradri4-Dec-12 1:52 
GeneralRe: framework 2.0 and win98 Pin
Pete O'Hanlon4-Dec-12 2:11
mvePete O'Hanlon4-Dec-12 2:11 
GeneralRe: framework 2.0 and win98 Pin
Eddy Vluggen4-Dec-12 2:56
professionalEddy Vluggen4-Dec-12 2:56 
Questionjquery.datePicker not working Pin
xnaLearner3-Dec-12 6:27
xnaLearner3-Dec-12 6:27 
XML
Hey guys,
Im fairly new to this so please bear with...
I'm using the tutorial @ http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html
to allow the user to select dates from a calendar

however I can't seem to get it working could someone please advise if I am going about this the wrong way...

'jquery.datePicker.js & datePicker.css' can be downloaded at near the top of the page on...
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html

1)copy the code in the '•jquery.datePicker.js ' inside my <script> tags in my view
2) copy the datePicker.css code into my css file
3) paste the following into the top of my view page:
<!-- jQuery -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<!-- required plugins -->
<script type="text/javascript" src="scripts/date.js"></script>
<!--[if IE]><script type="text/javascript" src="scripts/jquery.bgiframe.js"></script><![endif]-->

<!-- jquery.datePicker.js -->
<script type="text/javascript" src="scripts/jquery.datePicker.js"></script>


This does not work...iv tried doing the first demo and replacting the .js data inside my <script>tags wit $(function()
{
    $('.date-pick').datePicker();
});

and then adding the following to .css

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 140px;
    float: left;
}


could someone please tell me what I am doing wrong?

Thanks
J

AnswerRe: jquery.datePicker not working Pin
Pete O'Hanlon3-Dec-12 6:38
mvePete O'Hanlon3-Dec-12 6:38 
QuestionOOPS concepts in c# Pin
95003940022-Dec-12 17:09
95003940022-Dec-12 17:09 
AnswerRe: OOPS concepts in c# Pin
Richard MacCutchan2-Dec-12 21:43
mveRichard MacCutchan2-Dec-12 21:43 
AnswerRe: OOPS concepts in c# Pin
Eddy Vluggen3-Dec-12 1:00
professionalEddy Vluggen3-Dec-12 1:00 
GeneralRe: OOPS concepts in c# Pin
95003940023-Dec-12 1:49
95003940023-Dec-12 1:49 
GeneralRe: OOPS concepts in c# Pin
Eddy Vluggen3-Dec-12 3:17
professionalEddy Vluggen3-Dec-12 3:17 
AnswerRe: OOPS concepts in c# Pin
Pete O'Hanlon3-Dec-12 1:58
mvePete O'Hanlon3-Dec-12 1:58 
GeneralRe: OOPS concepts in c# Pin
95003940023-Dec-12 2:07
95003940023-Dec-12 2:07 
GeneralRe: OOPS concepts in c# Pin
Pete O'Hanlon3-Dec-12 2:10
mvePete O'Hanlon3-Dec-12 2:10 
GeneralRe: OOPS concepts in c# Pin
Dave Kreskowiak3-Dec-12 2:22
mveDave Kreskowiak3-Dec-12 2:22 
GeneralRe: OOPS concepts in c# Pin
Pete O'Hanlon3-Dec-12 2:24
mvePete O'Hanlon3-Dec-12 2:24 
GeneralRe: OOPS concepts in c# Pin
95003940023-Dec-12 2:33
95003940023-Dec-12 2:33 
QuestionTAPI3 Call Id ?? Pin
trashambishion30-Nov-12 11:17
trashambishion30-Nov-12 11:17 
AnswerRe: TAPI3 Call Id ?? Pin
Eddy Vluggen30-Nov-12 23:45
professionalEddy Vluggen30-Nov-12 23:45 
QuestionDrop down list value returns to ---select--- after page refresh Pin
xnaLearner30-Nov-12 4:49
xnaLearner30-Nov-12 4:49 
Questionimage processing Pin
shiningstat29-Nov-12 2:52
shiningstat29-Nov-12 2:52 
AnswerRe: image processing Pin
Dave Kreskowiak30-Nov-12 4:12
mveDave Kreskowiak30-Nov-12 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.