1,804 articles and 15,031 comments as of Tuesday, June 14th, 2011

In this article, I will show you how to show and hide form fields dependent on the value of a drop-down list field.

This code lets you generate polls using JavaScript/jQuery only. No need for server side installed WebParts.

Our goal was to create an electronic form which built in the dynamic business rules of the process, but which did not overwhelm the user. The solution ended up being a blend of InfoPath for the input form, SharePoint for the data storage and workflow processing, and jQuery

This question came in my email from Fernando: I used the code from your article, Extending the DVWP – Part 22: Creating Title Based on Other Fields in jQuery. I’m having a problem when using fields that are not “Text”, for example in fields combo box or radio button the variable returns “undefined”.

So.. unless you’ve been living under a rock (or in Arkansas) you have no doubt read a billion blogs (well, maybe not a billion) about using jQuery in SharePoint.

The functionality I will describe here is the ability to convert a standard SharePoint lookup column to a cross site lookup column using javascript/jquery only

Well, better late than never, as I’m too fond of saying. In this series, you’ve seen how you can use some DVWPs, jQuery (and simple JavaScript), and the SharePoint Web Services to build a pretty slick and complex application.

So, with a little massaging, you can overcome the default functionality of SharePoint that hides the insert link when the list is empty.

How I Created a SharePoint List to Replace an Excel Spreadsheet That Was Being Routed Around to 15 Managers Every Month by Creating a Web Part Page for Each Manager Which Displays an Editable Table of Employee Information Filtered into Easy-to-Read and –Update Tabs, Using Site Columns, Cascading Dropdowns, DVWPs, EasyTabs, Form Action Workflows, PreSaveAction(), SPServices/jQuery, XSLT, and CSS.

SharePoint: Extending the DVWP – Part 34: Using Icons for Form Action Links Peter has put together a great resource for searching through the SharePoint Layout Images even if you have admin access to the /_layouts/images/ directory.