Skip to content

Releases: ermouth/jQuery.my

jQuery.my 1.2.5

12 May 13:40
Compare
Choose a tag to compare

jQuery.my 1.2.4

06 Mar 15:45
Compare
Choose a tag to compare

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

05 Mar 17:06
Compare
Choose a tag to compare
jQuery.my 1.2.3 Pre-release
Pre-release

Bug fix release: fixed #21; style section now recognizes @media keys; modals sharing same root bubble on mousedown.

jQuery.my 1.2.2

09 Feb 22:45
Compare
Choose a tag to compare

Fixed #20, also several minor bug fixes and optimizations.

jQuery.my 1.2.1

13 Jan 18:37
Compare
Choose a tag to compare

Fixes #18, #19. Several optimizations.

jQuery.my 1.2.0

11 Dec 19:51
Compare
Choose a tag to compare

Optimizations release.

jQuery.my 1.1.9

10 Sep 21:37
Compare
Choose a tag to compare

Minor bug fix release.

jQuery.my 1.1.8

16 Jul 22:27
Compare
Choose a tag to compare

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

18 Jun 20:16
Compare
Choose a tag to compare

Bug fixes in lists.

jQuery.my 1.1.6

16 Jun 21:14
Compare
Choose a tag to compare

Fixed minor bugs in files section processor and $.modal plugin.