Like in the console in your browser if you want to check a bunch of checkboxes on the page at once
jQuery(‘.form-checkbox’).attr(‘checked’,’checked’);
Especially handy for Drupal permissions administration pages.
Like in the console in your browser if you want to check a bunch of checkboxes on the page at once
jQuery(‘.form-checkbox’).attr(‘checked’,’checked’);
Especially handy for Drupal permissions administration pages.
I studied meteor.js for about 10-12 hours last weekend.
Drupal Webforms (https://drupal.org/project/webform) lets power users create their own forms through a web interface, choosing the types, labels, number, etc. of fields they want. It then can present the form to final end users to fill out, and collects the data in the database. Admins can then view the results tabularized online or download as CSV.
hmm, so treeview situation with Angular vastly improved.
https://github.com/atom/atom-shell
just got open sourced. and
https://github.com/rogerwang/node-webkit
and a cool tool:
Looking at javascript options for diff’ing files….