New answers tagged ajax
0
I found out by css. It works...
.ajax__calendar
{
position: fixed !important;
}
0
Ok, it didn't work. When you use an updatepanel standalone in a webpart it works. It only updates the controls which should be updated.
When you inherit from searchboxex and put it there the updatepanel completly refreshes when making an AutoPostback=True.
My Solution was to use JQuery. I attached a Jquery-Function when the control changes its index. ...
0
After reading up and a lot of fiddling i came up with setting the data attribute to the file and processData to false. This worked great, except for dropfile not supporting readAsArrayBuffer.
So i used the above convertDataURIToBinary function. Now i have this and it works great. Remarks: files.data is added on the load event and i had to turn async of ...
0
There's a lot of advice given here, but your real problem is with parsing the XML that has been returned from you. The problem is with this call: $(xData.responseXML).find("z\\:row, row"). That is no longer supported AT ALL with jQuery 1.5+ in a cross browser way. You say you are using 1.4.2, but I strongly suggest you verify the version you are using by ...
Top 50 recent answers are included