New jQuery versions break the Curator theme for Wordpress. Follow the steps to repair errors such as jQuery.fn.live() is deprecated.
Tag Archives: jQuery
How to: Apply a class to all elements of a specific type on a page
I needed to be able to apply a specific class to all my img tags that were linked to their…
How to: Call a WCF Web Service from a Nintex Form and work with the returned JSON object
Probably, the best way to go about calling a web service from your Nintex form would be to do it…
How to: Automatically expand to the current node in a KendoUI TreeView
Unfortunately, the KendoUI TreeView does not implement the SingleExpandPath that the RadTreeView does. If that were the case, a simple…