Version 2.4.4 for SharePoint 2013 Released
May 22, 2015
- Added mddResultAdding event that is triggered before results are loaded with Content Search controls.
Events can be handled using the following:
$mddj(document).on("mddResultAdding", function (evt) { // access the Content Search control by using $mddj(evt.target); });
- Improved internal caching when drop downs use List Headings that point to the same list but use different Views.
- jQuery upgraded to 1.11.3. This is automatically included from the /15/layouts/archetonomy/mdd/js/jquery.min.js file and no action is needed.