Revision: 44229
Updated Code
at January 10, 2012 10:41 by sherakama
Updated Code
Drupal.behaviors.yourvariablehere = {
attach: function(context, settings) {
(function ($) {
// END OF BEHAVIOUR
})(jQuery);
}
};
Revision: 44228
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 8, 2011 03:38 by sherakama
Initial Code
Drupal.behaviors.yourvariablehere = {
attach: function(context, settings) {
(function ($) {
// END OF BEHAVIOUR
})(jQuery);
}
};
Initial URL
Initial Description
Drupal 7 Behaviour wrapper
Initial Title
Drupal 7 Behaviours
Initial Tags
js, textmate, drupal
Initial Language
Other