Skip to content

Instantly share code, notes, and snippets.

(function ($, window) {
$(function () {
// navazani validate Nette formularu
$('form').livequery(function () {
var $this = $(this);
Nette.initForm($this[0]);
});