Quantcast
Viewing all articles
Browse latest Browse all 6517

New Post: SP services is not null or not an object

After more than 10 days of struggle I was able to find the solution.. well I don't know but the problem is solved with the help of my friend.


We tried many things but finally did nothing much but changed scripts to jquery-1.8.2.js and jquery.SPServices-0.7.2.min.js . It is working fine now.


Here, take a look at this working script.


<script src="/Scripts/jquery-1.8.2.js" type="text/javascript"></script><script src="/Scripts/jquery.SPServices-0.7.2.min.js" type="text/javascript"></script><script type="text/javascript">


$().SPServices.SPCascadeDropdowns({
    relationshipList:"ProjectTypeProjectName",
    relationshipListParentColumn:"ProjectType",
    relationshipListChildColumn:"Title",
    parentColumn:"ProjectType",
    childColumn:"ProjectName"
});


</script>



Hope this helps someone.


Sympmarac, thanks for responding quickly. I appreciate your effort and time. :)

Viewing all articles
Browse latest Browse all 6517

Trending Articles