New Post: Add new lookup item on the fly
I created some javascript code that uses spservices to allow you to add a new item to a lookup list. When you return to the edit form the data already entered is still there and it also updates the...
View ArticleNew Post: Add new lookup item on the fly
Interesting solution russgove, thanks for sharing.Question: Does it work with a multiselect look up? It seems like it "selects" the newly added item from the drop down, so I'm assuming no? If not,...
View ArticleNew Post: J query for Mobile number validation
HI All, I am new to jquery .I need set Phone number Validation for SharePoint 2010 List Item .Can any one help me how can i do it in NewForm.aspx and EditForm.aspx,Which is already having...
View ArticleNew Comment on "$().SPServices.SPRequireUnique"
Can i do this validation for dropdown field?(which has cascading with another dropdown)
View ArticleNew Comment on "$().SPServices.SPRequireUnique"
Hi, Can i do this validation for dropdown field?(which has cascading with another dropdown)
View ArticleNew Comment on "$().SPServices.SPRequireUnique"
Hi, Can i do this for cascading drop down field?
View ArticleNew Post: J query for Mobile number validation
Siddiq:It sounds like you'll need a regex solution for this. You haven't said what type of column you want to validate or what format the phone number should be in, but I'm pretty sure you'll be able...
View ArticleCommented Feature: Add SPFindPeoplePicker Function [10074]
Add the new SPFindPeoplePicker function as shown in this post:http://sympmarc.com/2012/04/22/working-with-sharepoint-people-pickers-with-jquery-a-new-function-called-findpeoplepicker/I've made...
View ArticleCommented Feature: Add SPFindPeoplePicker Function [10074]
Add the new SPFindPeoplePicker function as shown in this post:http://sympmarc.com/2012/04/22/working-with-sharepoint-people-pickers-with-jquery-a-new-function-called-findpeoplepicker/I've made...
View ArticleNew Post: GetAlerts question
Vinzent:It's always best to start a new thread rather than takcing onto an old, dead one.I'm not clear what you are trying to do. Why not just use the /_layouts/sitesubs.aspx page to manage the alerts?M.
View ArticleNew Post: SPFindPeoplePicker with Non-Englich Sites
From mattgl on 2012/11/07...Hi, this is a very handy function, thanks indeed. Unfortunately in the current implementation it only works on english sites, because it relies on 2 hard coded strings:...
View ArticleCommented Feature: Add SPFindPeoplePicker Function [10074]
Add the new SPFindPeoplePicker function as shown in this post:http://sympmarc.com/2012/04/22/working-with-sharepoint-people-pickers-with-jquery-a-new-function-called-findpeoplepicker/I've made...
View ArticleNew Post: SPFindPeoplePicker with Non-Englich Sites
Mattias:Could you show me the markup in your page for a People Picker? I don't have any non-English installations I can look at.M.
View ArticleNew Post: SPCascadeDropdown on pages other than NewForm.aspx, EditForm.aspx
I was wondering, can SPCascadeDropdown we used on .aspx pages other than NewForm.aspx, EditForm.aspx etc ..For instance, could you add the code on "somePage.aspx" via "New Item Form > Custom List...
View ArticleNew Post: SPCascadeDropdown on pages other than NewForm.aspx, EditForm.aspx
Jeffrey:Generally speaking, yes. The function looks for columns in the page based on the markup it expects in the default list forms. Therefore, it really depends on how much customization you are...
View ArticleNew Post: SPCascadeDropdown on pages other than NewForm.aspx, EditForm.aspx
HI JMC&sympmarc, Thanks for your response,I need jquery for mobile validation will you please let me how can we do it.
View ArticleNew Post: SPCascadeDropdown on pages other than NewForm.aspx, EditForm.aspx
mdsiddiqali:You'll have to be more specific.M.
View ArticleNew Post: Alerts.DeleteAlerts() for users other than current user?
Hi,I am trying to use DeleteAlerts() to delete all alerts from some lists but I get'{alertId}ServerError', for any alert which is not my own. I am using this code$().SPServices({ operation:...
View ArticleNew Post: GetAlerts question
Hi Marc,thank you for your reply. I have started a new thread here The reason why I don't just use /_layouts/sitesubs.aspx to delete alerts is because I have over 300 alerts to delete at the...
View ArticleNew Post: Alerts.DeleteAlerts() for users other than current user?
Vinz:Have you tried passing in one id at a time? I'm not exactly sure what the delimiter ought to be for multiple ids; one at a time probably will work. Just add an outer loop to iterate through your...
View Article