All Questions
Tagged with debugging javascript
5 questions
0
votes
2
answers
92
views
Menu heading unclickable after a while from site load
Here is my problem: In sharepoint menu, headings are unclickable on one of the sites. When i checked site code, it seems that the working sites have href in given menu item, in problematic site they ...
1
vote
2
answers
4k
views
How to display a string in client browser console using c#?
Let's assume I have a C# file in my SP2010 application and I want to display a message in the browser console.
using System;
using System.Collections.Generic;
...
public class WhatEver{
// some ...
0
votes
1
answer
1k
views
How to add a button to a document library
So I want to add a button to a document library next to the other buttons (new, upload, sync, more) that acts as a link to take you to a page related to the document library. I have already put a ...
0
votes
3
answers
691
views
How to debug Napa SharePoint app
I've made a simple app in "Napa" Office 365 Development Tools. It's a SharePoint app that returns the current site lists.
This is the rest call:
site + /_api/web/lists
When i debug this app it does ...
0
votes
2
answers
4k
views
debug javascript [closed]
I have a javascript thats breaking. Now Is there a way i can call the function from content editor web part and debug to see where the hick up is?