Jump to content
kisiel96

Javascript i datepicker

Recommended Posts

Siema ;D

Mam problem:

Użyłem tego skryptu do wstawiania daty: JavaScript/jQuery kalendarz do wstawiania daty w pole input.

Wstawiłem na stronie go tak:

<td width="466"><input type="text" id="datepicker" name="przyjazd"></td>
No i działa ;P Jednak chcę użyć tego skryptu po raz drugi w innym polu.

Więc napisałem tak:

<td width="466"><input type="text" id="datepicker" name="wyjazd"></td>
I dooopa... Przy 2. nie działa... Co mam zrobić aby zaczęło hulać? ;]

 

PS. Chyybbaaa dobry dział ale nie jestem pewien ;P

Share this post


Link to post
Share on other sites

Jakoś mi umknął ten temat.

Na przyszłość:

<input blablabla... class="jakas_klasa" /><input blablabla... class="jakas_klasa" /><input blablabla... class="jakas_klasa" />

jQuery:

$('.jakas_klasa').datepicker();
Nie trzeba różnych id... nie trzeba wcale id.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...