DatePicker icon triger

Fermé
YuriBoyka13 Messages postés 43 Date d'inscription mardi 28 mai 2013 Statut Membre Dernière intervention 12 juillet 2013 - 5 juil. 2013 à 20:16
YuriBoyka13 Messages postés 43 Date d'inscription mardi 28 mai 2013 Statut Membre Dernière intervention 12 juillet 2013 - 5 juil. 2013 à 20:58
Bonjour, j'aimerais faire un input Date en utilisant du JQuery (Datepicker) avec un icon de calendrier à coté... toutefois je ne comprend pas ce qui bogue dans mon code... Merci d'avance pour l'aide!!

Voici mon litteral que j'utilise
Literal2.Text = "<script type=\"text/javascript\"> $(function(" + txtDateDebutSondage +") \"$().datepicker({showOn: \"button\",buttonImage: \"../images/formulaires/btnCalendrier.GIF\", buttonImageOnly: true});});" ;

Voici mes imports

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />

<asp:Literal ID="Literal1" runat="server"></asp:Literal>
<asp:Literal ID="Literal2" runat="server"></asp:Literal>

Voici ma référence pour aide...
https://jqueryui.com/datepicker/#icon-trigger
A voir également:

2 réponses

YuriBoyka13 Messages postés 43 Date d'inscription mardi 28 mai 2013 Statut Membre Dernière intervention 12 juillet 2013
5 juil. 2013 à 20:26
up
0
YuriBoyka13 Messages postés 43 Date d'inscription mardi 28 mai 2013 Statut Membre Dernière intervention 12 juillet 2013
5 juil. 2013 à 20:58
aide svp :'(
0