Framework for working with JavaScript.
1
vote
1answer
624 views
How to make jQuery AJAX request with a HTTP Handler in SP10?
I'm developing a SP 2010 Visual Web Part that needs to load some data via AJAX.
I found this very helpful article but I'm having some doubts about it.
I have the Visual Web Part project, inside I ...
0
votes
1answer
379 views
how to get the id of each dropdown and textarea row
Not sure what is the right approach to tackle this
I want to control te textarea Reason based on what is selected in the dropdown list.
As you can see below i have got to the stage where i can get ...
0
votes
1answer
277 views
looping through Dropdowns in a multiform field in sharepoint designer
I have a custom list I built using SharePoint Designer. Its a multi view form so I'm updating in a batch with one SAVE button.
Unfortunately I have a dropdown list on each row and I want to hide a ...
1
vote
1answer
231 views
how to identify webparts by their element in the DOM
I'm working on some DOM scraping in SP and I want to tighten up my logic around web-parts. Namely, is it safe to say that anything with a attribute of 'webpartid' is a webpart?
Some sample ...
2
votes
2answers
1k views
How to display a popup message after an item is saved from a custom new form
I have a custome form i built from a list using SharePoint Designer.
I would like a message to popup after the user has clicked the save button.
I have played arounf with presaveaction but no luck.
I ...
0
votes
3answers
1k views
Unable to get data from SharePoint web service
I am using the SPServices library to call a web service on a SharePoint site from the my Sites area.
The domains are set up as 'https://intranet.domain.com' and 'https://mysites.domain.com'. So I ...
3
votes
4answers
536 views
How to make Grouped View work with the $(document).ready event?
I have a list that is grouped by date:
Normally the list is collapsed, when I open one date, items under it are shown, like:
[+] 2010-01-01
[+] 2010-01-02
[-] 2010-01-03
item1
item2
...
I ...
1
vote
3answers
757 views
Showing the current user's tasks in a Content Editor Web Part using JQuery
I have been searching this site for an answer but I have been unable to find anything that will work.
I have been trouble pulling the tasks of the current user from a subsite. I am using SharePoint ...
1
vote
2answers
787 views
How do I write a web part that pops up “Hello world” using jQuery?
I want to use jQuery in my SP2010 hello world web part which pops up "Hello world" using jQuery. What do I have to do? I know I can do this with JavaScript, but I want to learn about jQuery in web ...
1
vote
1answer
292 views
Can we use jQuery functions as web part properties?
I want to build a wrapper web part which will have properties. These properties must be consumed by jQuery functions and support its consumer webpart. Can we do this?
0
votes
1answer
244 views
JQuery + HttpHandler returning whole html page instead of the expected data
I have a design of JQuery calling a .ashx file returning a small table, which was working fine all this time. However, suddenly the http handler seems to be returning the whole html page instead, not ...
0
votes
1answer
124 views
How is it possible that CEWP shows up with IE but nothing in FF, Chrome and Safari?
On my machine I can get CEWP to show (image and data) on IE and FF. Chrome and Safari still show nothing (just blank screen). CEWP is linking to a txt file that has javascript stuff. Here is the code ...
1
vote
2answers
278 views
Confirmation box on cancel button and cross (rigth hand corner)
Whenever I leave a page as in exit the page like click the cross button or cancel button it should ask for confirmation -Do i want to navigate from the page(Yes/No)
If No, it should remain on the same ...
1
vote
5answers
2k views
Best practices for including jQuery from a web part?
I have a web part that requires jQuery. I'm wondering what the best practices are when it comes to including this. I assume that just adding it to a page that already has it could potentially cause ...
0
votes
1answer
646 views
How to replace the text is on the SharePoint 2010 page using Jquery
I want to replace the text "TermsConditions" with "Something" from the below html snippet, would like to use the query to do so but could not achieve it..Any help?
<tr>
<td ...
1
vote
1answer
81 views
Insert document type in XSLT
I have an XSLT that transforms a picture library and turns it into a jQuery galleria control. I can make it work in a standard html page, but I have the need to put it in a Sharepoint 2007 web-part, ...
4
votes
1answer
1k views
How to find the Author Name using SP Client Context in SharePoint 2010?
I am trying to find the Author Name(created by) for a given Item Id using the SP Client context in SharePoint 2010.
Below the code snippet
var ctx = new SP.ClientContext.get_current();
...
2
votes
1answer
161 views
jQuery Script causing errant Page group to not load
In my attempt to present multiple list data, I have ventured into the territory of the DVWP.
I have three lists A, B, C. Each of these lists are interrelated. When click the title from List A, I ...
3
votes
2answers
554 views
PreSaveAction on edit mode
I'm working on a custom list.
Two DWP webparts the first one insert data(save button only but some fields are pre filled) and the other one shows the data(This has got edit and delete enabled)
I'm of ...
2
votes
4answers
2k views
How can I hide allitems.aspx from curious people?
I have a custom ASPX page in WSS 3.0 which I use to capture email addresses. These emails are stored in a list called Notificiations using nothing but jQuery and SPServices. Because I'm using jQuery ...
-1
votes
3answers
179 views
How can I fix this CSS?
I followed this article and it's working but half way. See image shots below.
0
votes
2answers
1k views
Content Editor Web Part blank in jQuery slideshow
Now I dont get any error(s). But the content editor wp is blank (well, except for the gear image). Any idea(s)??
<IMG ID="slideshowPicturePlaceholder" src="/_layouts/images/GEARS_AN.GIF" ...
0
votes
0answers
135 views
slideshow went away after adding prev and next [closed]
http://stackoverflow.com/questions/4665860/jquery-cycle-plugin-code-with-sharepoint
I would like to keep slideshow as well with the functionality of next or previous. I would love to have numbers ...
2
votes
1answer
345 views
jQuery cascading dropdowns and Word
If a user clicks on New from a document library then a word template opens with metadata in the header section, will the SPServices jQuery cascading dropdowns work in the word's header? I doubt it. If ...
3
votes
4answers
1k views
Scrolling through list items one by one
I have an announcements list and instead of displaying all announcements at the same time, there may be quite a few, I want to scroll through them one by one.
Outside of SharePoint there are quite a ...
1
vote
2answers
889 views
Can't get jQuery UI to work in my web part!
I have the following markup:
<SharePoint:CssRegistration ID="cr_jqui" Name="/Layouts/MultiPart/css/smoothness/jquery-ui-1.8.12.custom.css" runat="server" After="corev4.css" />
...
5
votes
3answers
2k views
Site Assets vs. Style Library
I usually store my JavaScript/jQuery files in the Site Assets library, but I see on forums that others are using the Style Library.
What are the respective benefits of each?
2
votes
2answers
550 views
Remove alt tags from Calendar
Has anyone been able to successfully remove the alt tags/(hover text) from events in the sharepoint 2010 calendar. I am trying to use Jquery to strip them out, but am having no success.
I have even ...
1
vote
1answer
506 views
Why is the TaxonomyClientService.asmx service returning escaped XML for my result?
I was able to sucessfully call the service but when I get my results back it looks like this (see the GetChildTermsInTermSetResult node):
<?xml version="1.0" encoding="utf-8"?>
...
2
votes
2answers
1k views
Include jQuery and plugin script in MOSS site master page
I was looking at potential ways to include jQuery and Paul Grenier's Accordeon Quick launch ...
5
votes
2answers
5k views
Adding ScriptLink for js file to my Visual Webpart causes error: “Cannot make a cache safe URL for…”
Full error:
Cannot make a cache safe URL for
"sprocketcomplete/layouts/sprocketcomplete/js/sprocketcomplete.js",
file not found. Please verify that the
file exists under the layouts
...
1
vote
1answer
781 views
Problem adding javascript/jquery to my WebPart
My ascx looks like this:
<SharePoint:ScriptLink ID="ScriptLink1" runat="server" Name="/_layouts/1033/MyProject/js/test.js"/>
test: <input id="example" />
test.js looks like this:
...
2
votes
4answers
795 views
Possible to make a self contained web part that uses jQuery?
Basically I would like to create a WebPart that uses jQuery but I don't want to have to add jQuery to my masterpages (or anywhere else) manually. I would like to have one WSP that I could email to ...
4
votes
3answers
1k views
Remove “Download a Copy” from Sub Menu
I am not allow to modify the core.js so that's not my option. I am allow to add a content editor. I just need to remove the "Download a Copy" from submenu. (this is just for a particular library). The ...
3
votes
3answers
1k views
Is it possible to launch a modal that doesn't have the IsDlg property?
I need to open an external web page, say, http://google.com in a modal dialog. So if I were to do
SP.UI.ModalDialog.showModalDialog(options);
I get a modal window, however, it adds the IsDlg=1 ...
0
votes
1answer
170 views
Pinging a SharePoint Session
I'm looking for the best way to keep a SharePoint session alive using a jQuery Ajax call. We are embedding a large Flash report in a page on SharePoint and the idea is that when they click in the ...
1
vote
2answers
2k views
Calling Javascript within XSL after transformation in RSS Web Part
Hey all, got a tricky one for you.
I have an RSS web part which uses a custom ItemStyle.xsl stylesheet to transform the results of the RSS feed into a UL list.
I have some jQuery I want to inject ...
1
vote
5answers
764 views
SharePoint 2010 - Content Editor Duplicating Enteries
I'm using jQuery inside of a SharePoint 2010 to create an image gallery. The gallery works perfectly and there are no problems. The gallery is entirely generated using jQuery and all HTML objects ...
1
vote
1answer
2k views
Adding items using SPServices issues
Need some assistance on a bit of JQuery for writing to a MOSS 2007 list. I have the following spot of code. If I run it with just the title field, it works fine, adding additional fields doesn't work. ...
0
votes
2answers
166 views
jquery and webservices
i have a tag cloud on my master page. I would like to redirect links of the tags within that tag cloud to another url (script below).
The script runs fine when i test it with the console in firefox ...
4
votes
1answer
1k views
how to get users from SharePoint user profile db using jquery
I just want to know, is there any way to get a SharePoint user using javascript / jquery from default SharePoint 2010 user profile db?
My requirement is to form an array of all SharePoint site users ...
0
votes
1answer
530 views
XsltListViewWebPart - run some javascript after async refresh
I've got an xslstlistviewwebpart, and set in the AJAX options to refresh the webpart every 15 sec. Is there a way to hook up some javascript code after the webpart is refreshed?
Larsi
1
vote
2answers
926 views
moss 2007 List Forms - dynamic field logic
I'm using MOSS 2007 for the NewForm.aspx need to implement field logic i.e whether to show certain fields based on the values of preceding fields.
I have implemented a similar solution embedding a ...
1
vote
1answer
382 views
Highlight Group By Row in SharePoint List
I've got a dashboard on my SharePoint Homepage that shows a RAG status of all our project tollgates, grouped by (a) category then (b) project.
Is there a way to highlight a group by row in a list ...
1
vote
1answer
358 views
How can you add a script reference to a page from a custom webpart?
I'm developing a custom webpart and I'd like to leverage jQuery for some of my client side functionality. I found a few articles that lay out the following technique for adding a script reference to ...
0
votes
1answer
323 views
how can i insert a break line after a ul element - using Jquery [closed]
I would like to insert a br after the first UL element
I have used both after and insertAfter but it inserts it multiple times.
thanks in advance
<div id="usual1">
<ul class="tabs1">
...
0
votes
1answer
843 views
how to addclass when tab is selected and remove all other classes in li elements
I'm using a idTabs to build a tab menu and i'm almost there.
But how can i add a class when a tab is selected to the li element class=current(which is the parent) if the anchor is class =SELECTED.
...
0
votes
1answer
542 views
navigation menu question with jquery and sharepoint list
I want to build a jquery tab menu using data from a sharepoint list.
So i decided to use SPServices from codeplex to get the data via webservices as i would be using it from different site ...
1
vote
1answer
2k views
Add gradient background color to list view rows with jQuery
In SharePoint 2007 using Content Types and editting NewForm.aspx with jQuery I've managed to customize the look of a new item, adding a gradient color identity for each Content Type. I want to ...
1
vote
2answers
1k views
Get ContentTypeId In NewForm.aspx URL QueryString
I've been trying to access the ContentTypeId in the NewForm.aspx querystring. Knowing that will allow me to set up conditional statements to display information specific to a Content Type. My ...

