Skip to content

Instantly share code, notes, and snippets.

View ouerghi's full-sized avatar

zarathoustra ouerghi

  • tunisia
View GitHub Profile
@ouerghi
ouerghi / js
Created October 22, 2018 14:04
{% block javascript %}
{{ parent() }}
<script >
$(document).ready(function () {
$("select.cheque").on("change", function () {
if ($(this).val() === '0') {
$('.other').hide();
$('.err_ch').show();
} else {