Profile
Achievement
rumremix's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/
0
1036
posted 12 years ago by rumremix
Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/
0
1013
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
1388
posted 13 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
739
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
1321
posted 14 years ago by rumremix