Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Faisal Mushtaq 19 posts 119 karma points
    Feb 05, 2015 @ 09:38
    Faisal Mushtaq
    0

    Open popup using UmbClientMgr.openModalWindow

    I am using UmbClientMgr.openModalWindow to open popup. But it generates error in modal.js file 

    Error

    TypeError: hs is not a function

    Line: $.fn.jqmAddTrigger = function(e) { return hs(this, e, 'jqmShow'); };

    Files Included

    <script src="~/scripts/jquery-1.10.2.min.js"></script>
    <script src="~/Scripts/jquery.easing.1.3.js"></script>
    <script src="~/Scripts/jquery.cycle.all.min.js"></script>
    <script src="~/Scripts/jquery.nivo.slider.pack.js"></script>
    <script src="~/Scripts/slider.helpers.js"></script>
    <script src="~/scripts/Master.js"></script>
    <script type="text/javascript" src="~/umbraco_client/Application/NamespaceManager.js"></script>
    <script type="text/javascript" src="~/umbraco_client/Application/UmbracoApplicationActions.js"></script
    <script type="text/javascript" src="~/umbraco_client/Application/UmbracoUtils.js"></script>
    <script type="text/javascript" src="~/umbraco_client/Application/HistoryManager.js"></script>
    <script type="text/javascript" src="~/umbraco_client/Application/UmbracoClientManager.js"></script>
    <script type="text/javascript" src="~/umbraco_client/modal/modal.js"></script>    

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies