summaryrefslogtreecommitdiff
path: root/_posts/2011-06-09-ufzvalidator-form-validator-jquery-plugin.markdown
blob: 5c7c6f5b4284571a2ec0af7d61aa71490e4583b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: post
title: ! 'UFZvalidator: form validator jQuery plugin'
tags: [ development, personal improvement ]
published: true
---

I have been working with [Utopic Farm](http://utopicfarm.com)'s [jQuery Form
Validator](http://plugins.jquery.com/project/ufvalidator) for a while, it's a
good plugin. But I have been forced to change it to suit my needs. I thought it
would be a great idea to just fork it and release the changes I made
previously.

I asked Tolga Arican what the license what kind of license they had for the
plugin, they said _none_. I decided to [fork the
project](http://github.com/josemota/ufzvalidator) and host it on Github, so I
could make improvements to the plugin and share them with everyone. Enjoy!
Props to the Utopic Farm team for building such a great plugin.