Quantcast
Channel: SharePoint Development & Ops » JQuery
Browsing all 8 articles
Browse latest View live

JQuery, Microsoft & Visual Studio

I came across something very interesting last week and just wanted to make a note of it here. I’ve talked before about including prototypejs in your SharePoint application pages, but a recent...

View Article



JQuery Accessing the Client Generated ID of ASP.NET Controls

Ok, so we all know that ASP.NET controls, or any control for that matter with the runat=”server” tag, will generate a funky client ID when rendered on the page. Sometimes, we need to get at those...

View Article

JQuery AutoComplete extraParams and CheckBoxes

I love jQuery. I work with it quite a lot on various projects. One of the coolest features in my humble opinion is AutoComplete. There are a ton of different plugins you can work with, some are...

View Article

Building jQuery Tabs That Open & Close

jQuery is obviously a really powerful tool. If you’ve done any work with it, you don’t need convincing. My latest project involving jQuery was a bit tricky because I couldn’t find anything that...

View Article

jQuery UI Tabs – Creating Closable Tabs

Ok, so this is really a follow up to my previous post where I outlined how to build jQuery Tabs that Open and Close. I did end that post with a small TODO for myself: integrate the close capability...

View Article


jQuery – Get All Divs Whose ID Starts With

Structure: 1 2 3 4 <div id="thisismydiv1"></div> <div id="thisismydiv2"></div> <div id="thisismydiv3"></div> <div id="thisismydiv4"></div> To return an...

View Article

jqGrid Text/Word Wrapping

Just a quick post for anyone else having this issue. I am working with the latest version of jqGrid, and I am dealing with cell data that is longer than the width of the cell making it difficult to...

View Article

Hide Columns in SharePoint New, Edit and Disp Forms

Hiding columns in SharePoint is nothing new really, there have been several articles written on this topic. The approach for doing this, however, does inspire some debate in terms of what the best...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images