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 9169563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:53:47+00:00 2026-06-17T15:53:47+00:00

Why is the el undefined on a page refresh or page load? Is it

  • 0

Why is the el undefined on a page refresh or page load? Is it because the el does not exict?

class ListView extends Backbone.View

    className: 'channels-list'
    el: '#main'

    initialize: ->
        console.log @el
        # undefined
  • 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-17T15:53:48+00:00Added an answer on June 17, 2026 at 3:53 pm

    The element needs to be a tag name or element that already exists in the DOM. When a new view is created the _ensureElement function is called:

    // Ensure that the View has a DOM element to render into.
    // If `this.el` is a string, pass it through `$()`, take the first
    // matching element, and re-assign it to `el`. Otherwise, create
    // an element from the `id`, `className` and `tagName` properties.
    _ensureElement: function() {
         //...
    }
    

    To avoid this place the script tag below the element tag or wait for the document load event, for example using jQuery:

    jQuery ->
        class ListView extends Backbone.View
            className: 'channels-list'
            el: '#main'
            initialize: ->
                console.log @el
    

    Or, as Vitaliy suggested, rest .el in the initialize function.

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

Sidebar

Related Questions

I'm getting the following two errors when loading my page: Notice: Undefined variable: realtor
In one page of my application I get Type is undefined error on the
i got 'JQuery' is undefined error while browsing the page in IE 6 but
For some reason, this line of code is returning undefined for $(this).attr(href) $(a).attr(href, javascript:page('
I have created a Page class and all the pages on my website are
I have an application that requires a page refresh whenever the orientation changes (ipad/iphone).
I'm trying to do a connect page where you can view everything for twitter,
When clicking on submit button, ajax works and php page called (no refresh) ,
I have a window, where before being closed I refresh the underlying page. if(opener
This code: if(typeof(Listings.page_num) != 'undefined') { // something } Triggers this notice in firebug

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.