All Questions
Tagged with jquery-ui javascript
27 questions
1
vote
2
answers
4k
views
jQuery working in IE, but not in Chrome/Edge
I've been trying to fix this bug for more than 10 hours, but I just can't figure out how to fix it.
When using Internet Explorer 11, I don't get this bug, when using Edge or Chrome I get it. If I ...
0
votes
1
answer
302
views
How to add time stamp in addition to user name profile property
I am using below code with reference to this thread: Yes/No (check box) - who updated field on the custom list item
Basically when a user checks on a yes/no column, it shows/prints the user name who ...
0
votes
3
answers
470
views
jqueryui not rendering on sharepoint 2013 page
I have a 2013 sharepoint site I created a CEWP to read my hmtl page. All the html is rendering ok but I am having some trouble linking jqueryui.css or jqueryui.min.js into my site. It works ok when ...
1
vote
1
answer
148
views
How to change title of list item programatically using Custom Action with JavaScript
I have created a custom action on item list menu called Change Status as shown in the picture
I have created this Custom Action using the following javascript code:
function ...
1
vote
1
answer
3k
views
Javascript to get the ID of tr on checkbox checked and enable/disable button [closed]
I have a table which creates dynamically with each row a check box. The Format is Like below(screenshot).
Now when the user selects the first row check box we need to get the Id of that "tr" and make ...
0
votes
1
answer
1k
views
Upload a file by using the REST API and jQuery is not get current item
I follow this Upload a file by using the REST API and jQuery
and this is code
function uploadFile(){
$("#statusTxt").text("");
var serverRelativeUrlToFolder = 'Shared Documents';var ...
1
vote
0
answers
133
views
Jquery EasyUI tabs Append Webpart
I have sharepoint online and I am trying to create a script that takes webparts on a page and puts them into tabs. The solution doesn't need to be dynamic. I asked another question on this, and got a ...
1
vote
1
answer
893
views
how to prevent duplicate values for people and group column sharepoint 2010
I've column in a list where we are adding the user name(column type = user and group). If the user is already added in the list and same user if I want to save I should get error message user already ...
0
votes
1
answer
1k
views
lookup columns are displaying an "ID;#" how to remove them using jquery
I am using spservices to fetch the lookup value . I have used the below code in All items .aspx and is working fine. However the lookup value is showing like this
49#;[email protected];#19;#afre@...
0
votes
2
answers
500
views
In SharePoint 2010, is there a way to display the total number of items that were submitted for the current month?
Example: I entered 10 items in a list this month and now I would like to see the number 10 display in another web part in another page. I don't want to see the individual items I just want to ...
3
votes
2
answers
2k
views
How to restrict the number of lines to show using jquery or css?
i have created simple Custom webpart.
It looks like
in that web part, Description display multiple line .
i have used html P tag to display Description value
<p>Loream IpsumLoream Ipsum...
0
votes
2
answers
87
views
how do i create a custom UI for a list column
What is the best way to create a custom feature to customize the UI of a list by filling in the column and/or field green when the value for row item = yes/no?
3
votes
4
answers
3k
views
Loading javascript after all the rest calls are finished on the sharepoint page
Environment: SP 2013 on prem, team site with publishing feature enabled
I want to call my javascript after the complete page is loaded. The page has some webparts that have some rest calls. So I want ...
2
votes
1
answer
2k
views
Keypress enter key does not work in Chrome
I am replacing the default datepicker for the jquery picker and I have a Javascript code to handle that. I also have a keypress event when I go to the element with tab and press enter it show me the ...
0
votes
0
answers
69
views
modify the min length for the "People or Group" auto complete
i have a "People or Group" field inside my team site, and currently the built-in autocomplete will work after typing 3 characters. so how i can modify this to allow the autocomplete to work after ...