Comments on: I get by with a little help from jQuery and SPServices… http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/ No GeekSpeak on SharePoint 2007 WSS and MOSS Wed, 26 Jan 2011 01:14:58 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Christian V. Dalsgaard http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-113329 Christian V. Dalsgaard Wed, 24 Nov 2010 09:12:05 +0000 http://www.endusersharepoint.com/?p=10383#comment-113329 Hi Trudy, Should work just fine in SharePoint Foundation 2010 to. -chris SPGuy.com Hi Trudy,

Should work just fine in SharePoint Foundation 2010 to.

-chris
SPGuy.com

]]>
By: Matt Bramer http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-111578 Matt Bramer Fri, 12 Nov 2010 01:42:45 +0000 http://www.endusersharepoint.com/?p=10383#comment-111578 You *can* build a DVWP by hand if you would ever have the desire to. Christophe has a <a href="http://sp2010.pathtosharepoint.com/SharePoint-User-Toolkit/Pages/Tasks-Lists-Rollup.aspx" rel="nofollow">CrossList creator</a> on his SPToolKit that could get you started. You *could* do this, but it's a lot of work. Actually, I think this is how <a href="http://sympmarc.com" rel="nofollow">Marc</a> became so proficient at XSL. Digging into the guts of XSL is a bit of a head-basher at times, but I've found it to be worth it's weight in gold. You *can* build a DVWP by hand if you would ever have the desire to. Christophe has a CrossList creator on his SPToolKit that could get you started. You *could* do this, but it’s a lot of work. Actually, I think this is how Marc became so proficient at XSL. Digging into the guts of XSL is a bit of a head-basher at times, but I’ve found it to be worth it’s weight in gold.

]]>
By: Mike http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-110940 Mike Mon, 08 Nov 2010 18:15:36 +0000 http://www.endusersharepoint.com/?p=10383#comment-110940 So if I want to say copy the entire list contents to another list instead of doing a delete how do I pass all of the fields to the new list? I have it updating the new list, only it only sends the ID and nothing else. So if I want to say copy the entire list contents to another list instead of doing a delete how do I pass all of the fields to the new list? I have it updating the new list, only it only sends the ID and nothing else.

]]>
By: Trudy Hutzler http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-109328 Trudy Hutzler Thu, 28 Oct 2010 14:10:29 +0000 http://www.endusersharepoint.com/?p=10383#comment-109328 How does this work with SharePoint Foundation? How does this work with SharePoint Foundation?

]]>
By: tyler http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-109088 tyler Wed, 27 Oct 2010 14:27:19 +0000 http://www.endusersharepoint.com/?p=10383#comment-109088 Hi Mark -- Thanks for the datatables link, I have yet to hear of it! I'll check it out.. Do you have any SharePoint and datatables working examples? Hi Mark –
Thanks for the datatables link, I have yet to hear of it! I’ll check it out..

Do you have any SharePoint and datatables working examples?

]]>
By: Mark Rackley http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-109083 Mark Rackley Wed, 27 Oct 2010 13:44:47 +0000 http://www.endusersharepoint.com/?p=10383#comment-109083 Thanks for the kind words guys! Always nice to know that I'm adding some value however limited. :) Tyler, you don't have to use a DVWP, you can create your own table view using jQuery and some sort of jQuery data table library, then you have complete control over it without needing SPD or managed code.. I've used the one from http://www.datatables.net/ and it has a lot of nice sorting and filter features. Thanks for the kind words guys! Always nice to know that I’m adding some value however limited. :)

Tyler, you don’t have to use a DVWP, you can create your own table view using jQuery and some sort of jQuery data table library, then you have complete control over it without needing SPD or managed code.. I’ve used the one from http://www.datatables.net/ and it has a lot of nice sorting and filter features.

]]>
By: Greg http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-108906 Greg Tue, 26 Oct 2010 16:21:16 +0000 http://www.endusersharepoint.com/?p=10383#comment-108906 Mark, It is always with great pleasure that I read and re-read your articles and watch your videos. They are always both entertaining (I couldn't see the kitten video, snif...) and of great use. Coupling that with the awesomeness of the SPServices library and you get articles that are true gems. Thanks for sharing them! Greg PS: Going to go back at your whole series and will post back if anything is unclear. Mark,
It is always with great pleasure that I read and re-read your articles and watch your videos.
They are always both entertaining (I couldn’t see the kitten video, snif…) and of great use.
Coupling that with the awesomeness of the SPServices library and you get articles that are
true gems.
Thanks for sharing them!

Greg

PS: Going to go back at your whole series and will post back if anything is unclear.

]]>
By: Kerri http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-108886 Kerri Tue, 26 Oct 2010 15:41:31 +0000 http://www.endusersharepoint.com/?p=10383#comment-108886 Mark, I've been spending a lot of time lurking around The Sharepoint Hillbilly lately, and I always leave with a smile! Thanks for this article, it is just what I needed. Like Tyler, my company has blocked SPD to anyone outside IT. They have only recently caved under my constant badgering and granted me access. Which means I have a boat load of catch-up to accomplish! This is going to be the winter of mastering SPD, and your example here fits perfectly into my immediate need, this is a great jumping off point for me. Thanks for the push! Mark, I’ve been spending a lot of time lurking around The Sharepoint Hillbilly lately, and I always leave with a smile! Thanks for this article, it is just what I needed. Like Tyler, my company has blocked SPD to anyone outside IT. They have only recently caved under my constant badgering and granted me access. Which means I have a boat load of catch-up to accomplish! This is going to be the winter of mastering SPD, and your example here fits perfectly into my immediate need, this is a great jumping off point for me. Thanks for the push!

]]>
By: tyler http://www.endusersharepoint.com/2010/10/26/i-get-by-with-a-little-help-from-jquery-and-spservices%e2%80%a6/comment-page-1/#comment-108863 tyler Tue, 26 Oct 2010 14:44:40 +0000 http://www.endusersharepoint.com/?p=10383#comment-108863 is their another alternative to add the column to the DVWP rather than using SharePoint Designer or Visual Studio? There are soo many great examples I'd love to use but our company naively blocks SPD. is their another alternative to add the column to the DVWP rather than using SharePoint Designer or Visual Studio? There are soo many great examples I’d love to use but our company naively blocks SPD.

]]>