To spy a Jquery method:

```JAVASCRIPT
var spy = spyOn($.fn, 'methodName');

```