Here’s a usability solution that was necessitated by my desire to present a logical, workable solution to my end-user. I’m still learning jQuery so my solution may not be the most elegant – but it works. I welcome any improvements!
The Setup
I have a SharePoint site that is displaying the results of an SQL stored procedure. [...]
Today I was presented with a problem that I thought should have been easy. Create a calculated field that displayed the number of days that had passed from an [EndDate] field. My first thought was to use a calculated field with a function =[Today]-[EndDate]. When I got that, I was informed that calculated fields could [...]
I like this post because it illustrates how JQuery can make your UI code more efficient. Look at the code examples in this post. What once took 6 lines of code only takes one using JQuery. Of course, you have the overhead of loading the JQuery framework – but if you are [...]
Recent Comments