Tagged Questions
1
vote
2answers
199 views
SharePoint 2010 web service - GetListItems not working in Chrome & firefox
function GetListItems() {
var soapEnv = "<?xml version='1.0' encoding='utf-8'?><soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>" +
...
0
votes
2answers
61 views
Autocomplete Textbox from Active Directory Users
Im making a webpart where a user should be able to add other users from active directory, without being able to know their full name etc. The field should be autocompleted in some way (like googles ...
1
vote
0answers
90 views
update xml file within doc library using jquery ajax
I can read values from xml files that are posted within a document library using jquery ajax, but can I update those values then save/post them back into the document. i.e. can I update the contents ...
1
vote
1answer
106 views
SharePoint DateTime format as DD-MMM-YYYY in List NewForm
How to bring the DateTime format as DD-MMM-YYYY in SharePoint list NewForm.aspx?
0
votes
1answer
350 views
JQuery Ajax Post method not working with Sharepoint 2010 URL
I'm trying to send some data to an aspx page by clickin on button but it doesn't seem to work by using jQuery Ajax Post ,however if I just chage the ajax type to GET it works fine ! but I do really ...
0
votes
0answers
44 views
How to re-enable the ECB on imported 'version history' HTML?
So I'm pulling in the Version History for a given library item, via jQuery UI tabs, which ends up looking like this:
The URL I request uses IsDlg=1 to greatly reduce initial markup returned by the ...
1
vote
0answers
78 views
How to Reconcile External Data and Multiple Values for a List Item?
I am currently developing a solution that requires me to integrate a SharePoint 2010 list (generic list type) with items from a SQL Server database. In addition to this hypothetical field being ...
4
votes
2answers
673 views
Sharepoint 2010 Webpart Ajax not working
I have a custom webpart within Sharepoint and am trying to apply some ajax to the webpart.
The same code works within a .net web application but not within a sharepoint web part.
The code from the ...
0
votes
1answer
203 views
Lookup column details are not coming in the result xml
I am trying to get the details of the list in sharepoint by using the jquery in content editor webpart. I created one .js file and I made a link in the content editor webpart. This is working awesome. ...
1
vote
1answer
263 views
sharepoint 2010 - dynamically load web part (in web part zone) using jquery/ajax from link/button
i would like to have a link, when clicked loads a web part (for example list view web part) that retains its user config. therefore it needs to be a in a web part zone, personalizable and retain its ...
0
votes
2answers
116 views
jquery ajax error on MOSS 2007
I'm getting this error on my sharepoint web application (I'm calling my own web method through ajax on my own user control) while accessing it from another computer and I'm getting this error: ...
0
votes
1answer
203 views
Ajax or jquery enabled Tab Zone Webpart with SourceCode
I am trying to find a TabZone Webpart Ajax enabled or using jQuery so that when I click on tab 2 while i am on tab 1 it shouldn't do a postback and make changes without loading page again.
We are ...
0
votes
2answers
1k views
Getting list length from caml query
I am currently trying to determine the length of a list that is located on my SharePoint site. I am using a Caml query to retrieve the items in my list, but I can not figure out how to get the length ...
0
votes
1answer
390 views
Soap, Jquery, Ajax and an Error
Ok, here is what I am trying to do. I have a list on another site. I have successfully connected to the site and pulled in the list as a dropdown using soap, ajax and jquery. However, once I try ...
0
votes
2answers
2k views
SharePoint Cross Domain Request with jQuery
I've been going around in circles for a couple hours now to no avail. I had thought that what I wanted to do was not possible but some threads that I was reading on SO were saying otherwise so I ...
0
votes
2answers
950 views
Ajax Loader Image Won't Display in IE 8
I'm using the SPServices jQuery library to update a list which is working fine.
note: This problem may have absolutely nothing to do with SPServices; I'll have to try using the jQuery ajax method ...
5
votes
1answer
1k views
Fetch list of sites in site collection into jQuery
Is there a way to get the list of sites in the current site collection into jQuery as an array or other data structure? Thanks.
1
vote
1answer
625 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 ...
2
votes
3answers
337 views
Why doesn't jQuery execute in a DataViewWebPart with asynchronous load enabled?
The jQuery scripts I have in a DVWP do not get executed when I enable Asychronous Load in the Ajax Options of the DVWP. They do execute when I disable Asychronous Load though. Any thoughts on this?
A ...

