May
30th

AJAX Tree Checkbox Plugin or JQuery

Posted by Ajax Lady

ajaxtree AJAX Tree Checkbox Plugin or JQuery

Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for lazy loading of branches. Created and maintained by Martin Wendt. Most important features:

  • Lazy loading using Ajax
  • Checkboxes for selections

  • Theming
  • State persistence with cookies
  • Context menu
  • Copy/paste of nodes

(more…)

1 Star2 Stars3 Stars4 Stars5 Stars (10 votes, average: 4.00 out of 5)
Jun
25th

JQuery Alphanumeric Validation

Posted by Ajax Lady

I ran into a javascript alphanumeric validation problem, though it was quite easy to validate it by javascript using regular expression but I would have to define rules for each pattern in order to validate them, I found a nice jquery script contributed by Paulo P. Marinas. This script provides many option to validate a string.

jquery alphanumeric validation JQuery Alphanumeric Validation

(more…)

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.80 out of 5)