Releases: ermouth/jQuery.my
Releases · ermouth/jQuery.my
jQuery.my 1.2.5
jQuery.my 1.2.4
Fixes weird behavior of $form.my("valid")
and $form.my("error")
for nested forms, accidentally introduced in 1.2.3.
jQuery.my 1.2.3
Bug fix release: fixed #21; style section now recognizes @media
keys; modals sharing same root bubble on mousedown.
jQuery.my 1.2.2
Fixed #20, also several minor bug fixes and optimizations.
jQuery.my 1.2.1
jQuery.my 1.2.0
Optimizations release.
jQuery.my 1.1.9
Minor bug fix release.
jQuery.my 1.1.8
Minor new features release.
- Modal dlg hides own ‘nose’ on drag start
$form.my("restyle")
forces local style recalculation for the form and its visible childs$.my.f.getref(obj, ref)
accepts both strings and arrays as ref path. Strings now can be like"x.list.id=123.data"
– to effectively fetch elt from array not by index, but by contant.- $.my JSON parser now understands named stringified function definitions like
{"fn":"function n(){}"}
. - Form can change own .error property during init/runtime if it was a string in source manifest.
jQuery.my 1.1.7
Bug fixes in lists.
jQuery.my 1.1.6
Fixed minor bugs in files
section processor and $.modal plugin.