Projet

Général

Profil

Télécharger (238 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / js / calebasse.text_input_wrapper.js @ b057fff0

1
(function ($) {
2
  $(function() {
3
      $('.text-input-wrapper .clear').click(function () {
4
        $(this).prev('input').val('');
5
        $(this).closest('form').submit();
6
      });
7
      $("input.focus").focus();
8
  });
9
})(window.jQuery)
(13-13/22)