Commented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleNew Post: Multi-select CascasdeDropdown not working with Sharepoint 2013 and...
While single select cascadedropdown and filterdropdown both work fine wiht the 2013.01Alpha2 on a SHarepoint 2013 Foundation system, the Multi-select CascadeDropdown still fails with the same error as...
View ArticleNew Post: Syntax for formatCurrency() in jQuery CAML
What is the syntax for applying formatCurrency() to the expression $(this).attr("Dollars"): ? All of the permutations I have tried have returned" TypeError ....formatCurrency is not a function." I have...
View ArticleNew Post: Forcing CheckName.click() on blur or textarea/input for People Picker
You wouldn't know where to find an example of how to get the value by any chance? Have seen various examples of how to set the value, nothing on how to get it. Usually don't need to set the value since...
View ArticleNew Post: La ejecución rompe el código en el momento que trata de ejecutar...
Estoy trabajando con SharePoint 2007, codificando con JavaScript utilizando las librerías de JQuery y SPServices. Al ejecutar la codificación siguiente,(I am working with SharePoint 2007, encoding...
View ArticleNew Post: New to SPCascadeDropdowns
Correct I have it being called in the EditForm on a document library. What could I be messing up with on the List side?
View ArticleNew Post: Syntax for formatCurrency() in jQuery CAML
I'm guessing here, but this appears to be the documentation for this plug-in:https://code.google.com/p/jquery-formatcurrency/wiki/Usage Armed with that, all should have to do is: $(...
View ArticleNew Post: Syntax for formatCurrency() in jQuery CAML
I tried that without success. I may have to roll my own, as you say. Thanks
View ArticleNew Post: New to SPCascadeDropdowns
relationshipListParentColumn and relationshipListChildColumn have to be the StaticNames for the list columns. If you created your columns and renamed them, they may not have those StaticNames. See the...
View ArticleNew Post: Forcing CheckName.click() on blur or textarea/input for People Picker
What are the errors you get when trying to load SPServices? Are you following the instructions at the bottom of this page?http://spservices.codeplex.com/documentation M.
View ArticleNew Post: La ejecución rompe el código en el momento que trata de ejecutar...
SPGetCurrentUser should work for any user, as it simply loads the _layouts/UserDisp.aspx page and "screen scrapes" it. When you say that the code breaks, what is the error? M.
View ArticleNew Post: Changing the default Operator in property picker in Advanced Search...
This sounded like exactly what i needed to do also, but when I implement this script, the "Contains" operator displays when the page loads, but when i select a property, the operator changes back to...
View ArticleNew Post: Syntax for formatCurrency() in jQuery CAML
That may be a component of a jQuery Plugin (does not appear to be a core function).http://plugins.jquery.com/money/
View ArticleNew Post: Multi-select CascasdeDropdown not working with Sharepoint 2013 and...
Thanks, Earl. I think I may have taken care of that in 2013.01ALPHA3. When I post it, I'd appreciate it if you could let me know if it fiixes your issue. M.
View ArticleEdited Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View Article