rumremix


Member since 03/22/2010

15 snippets

12496 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

rumremix's Recent SnippetsTagged javascript



« Prev 1 Next »
Works in SP2013 (and I believe 2010). Provides site collection URL without trailing "/"
0 2416 posted 12 years ago by rumremix
The following code fetches contents of each Title field from the list called "LandingMiddleLinks"
0 2459 posted 12 years ago by rumremix
With jQuery and SPServices, we have very powerful tools for accessing and manipulating Sharepoint data and precisiely contolling the presentation, entirely from the client side. But such solutions generally need to be either hard-coded into pages or...
0 3954 posted 13 years ago by rumremix
Place the following inside a `<xsl:template>` block
0 3982 posted 14 years ago by rumremix
Use whatever is needed to select the input box. $('#searchBoxOuter td.ms-sbcell input') reflects some custom master page html I have so I used that.
0 1783 posted 14 years ago by rumremix
Normal replace() function only replaces first instance.
1 1642 posted 14 years ago by rumremix
Just syntax examples here. First block reads, second writes. Top function just a debugging helper. Using jquery 1.5, $(xData.responseXML).find("nodeName=z:row]").each(function(i)... may need to be written as $(xData.responseXML).find("nodeName='z...
0 1837 posted 14 years ago by rumremix
<asp:ScriptManager> must be placed inside a form tag with runat=server, that is, beneath &lt;form&gt;
0 1289 posted 15 years ago by rumremix
0 1132 posted 15 years ago by rumremix
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery. If needing to perform this process more than once on a page, make sure namedListItem variable is unique for each case (...
0 1601 posted 15 years ago by rumremix
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery.
0 1408 posted 15 years ago by rumremix
converts date/time that sharepoint kicks out to m/d/y format.
0 1186 posted 15 years ago by rumremix
« Prev 1 Next »