rumremix


Member since 03/22/2010

7 snippets

5695 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

rumremix's Recent SnippetsTagged jquery



« Prev 1 Next »
Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/
0 772 posted 11 years ago by rumremix
Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/
0 772 posted 12 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 1095 posted 12 years ago by rumremix
Most of spservices function can be ignored -- not specifically relevant to templating. Important code in that block is the array push.
0 541 posted 13 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 1045 posted 13 years ago by rumremix
0 599 posted 13 years ago by rumremix
0 468 posted 13 years ago by rumremix
« Prev 1 Next »