Announcement

Collapse
No announcement yet.

jQuery error under Actinic

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    jQuery error under Actinic

    I have a script working fine in plain HTML but inserting the code into Actinic generates an error.

    The code is

    HTML Code:
    <script type="text/javascript">
    $(function()
    {
    $('#demoOne').listnav();
    }
    );
    </script>
    Actinic error shows:

    script error at line 122: out of stack space

    Uploading to http://www.barrelsandbottles.co.uk/a...ct-finder.html works fine and Firefox shows no errors.. even IE displays the code correctly so it is an issue with Actinic warning.

    Any clues to resolves greatly welcomed.

    MS v8.5.0


    Bikster
    SellerDeck Designs and Responsive Themes

    #2
    I see 16 separate .js files being loaded. Try temporarily removing some and see if the error goes away.

    If so, you could use a BlockIf to omit these when previewing.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Cheers Norman - I had already blodged it away with IsPreviewMode - just wondered if any formatting hack would resolve the Actinic error. Not to worry - all is working online and the red exclamation in Actinic is grey out (if you can't see it it is not there)


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X