Thursday, February 10, 2011

Remove the 'Save' button from a SharePoint survey | EndUserSharePoint.com

Remove the 'Save' button from a SharePoint survey | EndUserSharePoint.com
Note there is an error in the script, the" needs to be replaced.


<script type="text/javascript">
if(typeof jQuery=="undefined"){
var jQPath="/javascripts/";
document.write("<script src='",jQPath,"jquery-1.3.2.min.js' type='text/javascript'><\/script>");
}
</script>
<script type="text/javascript">
$(function(){
$(":inputs[value='Save']").hide($);
});
</script>

No comments:

Post a Comment