JQuery.my Versions Save

jQuery.my is a plugin that binds form controls with js data structures.

v1.2.4

8 years ago

Fixes weird behavior of $form.my("valid") and $form.my("error") for nested forms, accidentally introduced in 1.2.3.

v1.2.3

8 years ago

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

v1.2.2

8 years ago

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

v1.2.1

8 years ago

Fixes #18, #19. Several optimizations.

v1.2.0

8 years ago

Optimizations release.

v1.1.9

8 years ago

Minor bug fix release.

v1.1.8

8 years ago

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.

v1.1.7

8 years ago

Bug fixes in lists.

v1.1.6

8 years ago

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

v1.1.4

8 years ago

Minor bug fixes and V8 optimizations.