Hello!

i'm trying to use blockUI v 2.02, but i get this error message:

Erreur : s.setExpression is not a function
Fichier source :
http://localhost/lab-au.com/dev/_js/jquery_plugins/blockUI/2.02/jquery.blockUI.js
Ligne : 163


this is how i call blockUI

$(document).ready(function(){


// lots of code
//....
        // BLOCKUI INI
        $.blockUI.defaults.message = "Please be patient...";
        $().ajaxStart($.blockUI).ajaxStop($.unblockUI);

});



Any idea what is wrong?

-- 
Alexandre Plennevaux
LAb[au]

http://www.lab-au.com

Reply via email to