New jQuery versions break the Curator theme for Wordpress. Follow the steps to repair errors such as jQuery.fn.live() is deprecated.
Tag Archives: javascript
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: 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…
How To: Use JavaScript to hide SP2010 elements (quick & dirty)
Add a <script src=”http://server/sites/teamsite/Style Library/Scripts/scriptFileName.js” type=”text/javascript”></script> line in the Master Page that is being used by the page that displays…
How to: Automatically empty the contents of a TextBox when it gains focus
You can easily empty the contents of a textbox when you place the cursor or click the pointer inside it…
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: Create a simple fly-out message in SP2010
I wanted to use a fly-out message to inform a user who was navigating from a configuration page to the…
Quick tip: Start the Opera Dragonfly Javascript Debugger
Yeah, this is stupid, but for some reason I always forget what the keyboard shortcut for the Opera Dragonfly is…
How to: Check for Enter/Return inside a textbox (server-side binding)
Working with textboxes on a page, you may find yourself wanting to submit the data as soon as the Enter/Return…
Rapidshare Javascript Hack
I have never liked Javascript or JavaScript or whatever. Never. Not when I studied it, not when I worked with…