Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8439307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:58:31+00:00 2026-06-10T07:58:31+00:00

i am getting this error on my JS error console: DOMException code: 8 message:

  • 0

i am getting this error on my JS error console:

DOMException
code: 8
message: "NOT_FOUND_ERR: DOM Exception 8"
name: "NOT_FOUND_ERR"
__proto__: DOMException

i am unable to render the json data on my template defined.

below is my code:

index.html

<!doctype html>
<html lang="en" ng-app="picsography">
<head>
  <meta charset="utf-8">
  <title>Picsography</title>
  <link rel="stylesheet" href="css/app.css"/>
  <link rel="stylesheet/less" href="lib/bootstrap/less/bootstrap.less">
  <link rel="stylesheet/less" href="css/500.less">
</head>
<body>
        <header class="navbar navbar-fixed-top" id="header">
            <div class="navbar-inner">
                <nav class="container">
                    <div class="brand">Picsography</div>
                    <div class="input-append pull-left">
                <div class="input-append"><input type="text" id="search-field" data-provide="typeahead" placeholder="Search"><button class="btn btn-primary" style="margin-left: 0;" type="button">Search</button></div>
              </div>
                    <div class="btn-group pull-right" id="user-menu">
                        <a class="btn" href="#/posts"><i class="icon-plus"></i><span> Share</span></a>
                        <a class="btn" href="#/view2"><i class="icon-inbox"></i><span> Inbox</span></a>
                        <a class="btn" href="#posts"><i class="icon-home"></i><span> Dashboard</span></a>
                        <a class="btn" href="#view2"><i class="icon-shopping-cart"></i><span> Marketplace</span></a>
                        <button class="btn dropdown-toggle" data-toggle="dropdown"><i class="icon-user"></i><span></span> <span class="caret"></span></button>
                            <ul class="dropdown-menu">
                                <li><a href="#">Account Settings</span></a></li>
                                <li><a href="#">Privacy Settings</a></li>
                                <li><a href="#">Logout</a></li>
                                <li class="divider"></li>
                                <li><a href="#">Help</a></li>
                            </ul>
                    </div>
                    <div class="btn-group pull-right">
                        <a class="btn btn-mini" href="#"> 0 </span></a>
                    </div>
                </nav>
            </div>
        </header>
        <section class="container-fluid">
            <div class="row-fluid">
                <aside id="side-nav" class="well span2">
                    <ul class="nav nav-list">
                      <li class="nav-header"><i class="icon-star"></i>TRENDING NOW</li>
                      <li><a href="#"><i class="icon-arrow-up"></i>Animal Humor</a></li>
                      <li><a href="#"><i class="icon-arrow-down"></i>Movie Jokes</a></li>
                      <li><a href="#"><i class="icon-arrow-up"></i>Memes</a></li>
                      <li><a href="#"><i class="icon-arrow-down"></i>Celebrity Jokes</a></li>
                      <li><a href="#"><i class="icon-arrow-up"></i>Political Humor</a></li>
                      <li class="nav-header"><i class="icon-tags"></i>RECOMMENDED FOR YOU</li>
                      <li><a href="#"><i class="icon-tag"></i>Political Humor</a></li>
                      <li><a href="#"><i class="icon-tag"></i>Celebrity Jokes</a></li>
                      <li><a href="#"><i class="icon-tag"></i>Hollywood Humor</a></li>
                      <li><a href="#"><i class="icon-tag"></i>Animal Humor</a></li>
                      <li><a href="#"><i class="icon-tag"></i>Adult Humor</a></li>
                    </ul>
                </aside>
                <div ng-view class="row span10"></div>  
            </div>
        </section>

    <script src="js/less-1.3.0.min.js"></script>
    <script src="lib/jquery/jquery-1.3.2.min.js"></script>
    <script src="lib/angular/angular.js"></script>
    <script src="lib/angular/angular-resource.min.js"></script>
    <script src="js/app.js"></script>
    <script src="js/services.js"></script>
    <script src="js/controllers.js"></script>
    <script src="js/filters.js"></script>
    <script src="js/directives.js"></script>
    <script src="lib/bootstrap/js/bootstrap.min.js"></script>
    <script src="lib/bootstrap/js/bootstrap-alert.js"></script>
    <script src="lib/bootstrap/js/bootstrap-button.js"></script>
    <script src="lib/bootstrap/js/bootstrap-carousel.js"></script>
    <script src="lib/bootstrap/js/bootstrap-collapse.js"></script>
    <script src="lib/bootstrap/js/bootstrap-dropdown.js"></script>
    <script src="lib/bootstrap/js/bootstrap-modal.js"></script>
    <script src="lib/bootstrap/js/bootstrap-popover.js"></script>
    <script src="lib/bootstrap/js/bootstrap-scrollspy.js"></script>
    <script src="lib/bootstrap/js/bootstrap-tab.js"></script>
    <script src="lib/bootstrap/js/bootstrap-tooltip.js"></script>
    <script src="lib/bootstrap/js/bootstrap-transition.js"></script>
    <script src="lib/bootstrap/js/bootstrap-typeahead.js"></script>
</body>
</html>

partials/post-list.html

<div class="subnav span12" id="subnav">
  <div class="btn-group pull-left" id="sort-nav">
    <a class="btn active">Popular</a>
    <a class="btn">Recent</a>
    <a class="btn">Favorite</a>
  </div>
  <div class="btn-group pull-right " id="view-nav">
      <a class="btn active" id="2col"><i class="icon-th-large"></i></a>
      <a class="btn" id="3col"><i class="icon-th"></i></a>
      <a class="btn" id="6col"><i class="icon-th-list"></i></a>
  </div>
  <div class="btn-group pull-right">
    <a id="reload" class="btn"><i class="icon-refresh"></i></a>
      <a class="btn"><i class="icon-random"></i></a>
  </div>
  <div class="row span12" id="img-container">
    <ul class="unstyled row">
      <li class="span3" ng-repeat="post in posts">
        <img src="img/1.jpg">
        <p>{{post.description}}</p>
      </li>
      <li class="span3">
        <img src="img/1.jpg">
        <p>Image Description</p>
      </li>
      <li class="span3">
        <img src="img/1.jpg">
        <p>Image Description</p>
      </li>
      <li class="span3">
        <img src="img/1.jpg">
        <p>Image Description</p>
      </li>
    </ul>
  </div>
</div>

services.js

angular.module('picsographyServices', ['ngResource']).
    factory('Post', function($resource){
  return $resource('json/posts.json', {}, {
    query: {method:'GET', isArray:true}
  });
});

controllers.js

function PostListCtrl($scope, Post) {
  $scope.posts = Post.query();
}

app.js

angular.module('picsography', ['picsographyServices']).
  config(['$routeProvider', function($routeProvider) {
    $routeProvider.when('/posts', {templateUrl: 'partials/post-list.html', controller: PostListCtrl});
    $routeProvider.when('/view2', {templateUrl: 'partials/partial2.html', controller: MyCtrl2});
    $routeProvider.otherwise({redirectTo: '/posts'});
  }]);

posts.json

[{
    "url": "details",
    "title": "Test Title",
    "description": "Sample Description",
    "image": "assets/images/1.jpg",
    "tags": ["photo", "internet"],
    "user": "hilarl",
    "comments": ["sample comment"],
    "likes": 23,
    "dislikes": 100,
    "resolution": { "x": 150, "y": 58 }
},
{
    "url": "details",
    "title": "Test Title",
    "description": "Sample Description",
    "image": "assets/img/2.jpg",
    "tags": ["photo", "internet"],
    "user": "hilarl",
    "comments": ["sample comment"],
    "likes": 23,
    "dislikes": 100,
    "resolution": { "x": 150, "y": 58 }
},
{
    "url": "details",
    "title": "Test Title",
    "description": "Sample Description",
    "image": "assets/img/3.jpg",
    "tags": ["photo", "internet"],
    "user": "hilarl",
    "comments": ["sample comment"],
    "likes": 23,
    "dislikes": 100,
    "resolution": { "x": 150, "y": 58 }
}]
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T07:58:33+00:00Added an answer on June 10, 2026 at 7:58 am

    When I upgraded to jQuery 1.8.0 this error went away for me.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error: Uncaught Error: NOT_FOUND_ERR: DOM Exception 8 Here is my
I'm getting this message in error console: Error: uncaught exception: [Exception... Cannot modify properties
I am getting this error message in the console, while I am trying to
I am getting this error message in the console: *** _NSAutoreleaseNoPool(): Object 0x10d2e0 of
I am getting this error in my code for a c# console application case
I'm having this problem where I keep getting this error in my console: *
Am getting this error message and matched my brackets and couldn't find anything wrong.
Am getting this error for my code: Undefined symbols for architecture x86_64: _spendDollars, referenced
I am getting this error on the error console and can't seem to figure
In IE I am getting this error in the console using JQuery: SCRIPT438: Object

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.