Guest User

Untitled

a guest
Jun 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $(document).ready(function() {
  2. $("#idHomePageNewItem").attr("href", ".../_layouts/15/start.aspx#/Lists/Sandbox/NewForm.aspx?Source=.../Lists/Sandbox/AllItems.aspx&ContentTypeId=0x01080013D954563B0D1441BC90FAEC292D8798&RootFolder=/Lists/Sandbox");
  3. $("#idHomePageNewItem").attr("onclick", "");
  4. });
  5.  
  6. Sys.Application.add_load(function(){
  7. //TODO: rebind your jquery here
  8. });
Add Comment
Please, Sign In to add comment