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

The Archive Base Latest Questions

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

I get an identation error for these lines Is there any online validator that

  • 0

I get an identation error for these lines

Is there any online validator that can help me?

showAliveTests : (pageIndex, statusFilter) ->
    data=
            pageIndex:pageIndex
            status:statusFilter
        $.ajax 
            url:'/ManageConfiguration/GetAliveConfigurations/' + location.search
            type:"post"
            data:data
            dataType:"json"
            success:(res)->
                if res.status == "failed"
                    alert res.body
                else
                    $('#viewConfigurationTable tr').remove()
                    newRow =    $ '<tr>'
                    newRow.append('<td>Id</td>
                                    <td>Name</td>
                                    <td>Status</td>
                                    <td>Ctids</td>
                                    <td>CreationDate</td>')
                    $('#viewConfigurationTable').append(newRow)
                    for obj in res.body
                        newRow =    $ '<tr>'
                        newRow.append('<td>'+obj.Id+'</td> 
                                        <td>'+obj.Name+'</td>
                                        <td>'+obj.Status+'</td>
                                        <td>'+obj.Ctids+'</td>
                                        <td>'+obj.CreationDate+'</td>')
                    $('#viewConfigurationTable').append(newRow) 
                    $(#paginator a).remove()
                    for i in [0..count] by 1
                        $(#paginator).append('<a href=#>'+i+'</a>') 

            error:(e)->
                alert 'An error has occured: ' + e
  • 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-17T17:24:55+00:00Added an answer on June 17, 2026 at 5:24 pm

    http://www.coffeescript.org -> click try me, paste your code inside and you will see which line throws the error.

    in your case you can see it even with stackoverflow code highlighting:

    $(#paginator a).remove() -> wrong
    $('#paginator a').remove() -> correct
    

    second error

    $(#paginator).append('<a href=#>'+i+'</a>')  -> wrong
    $('#paginator').append('<a href=#>'+i+'</a>')  -> correct
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the following I the get the error IndentationError: unindent does not match any
I can't get a doctest to work with a result which contains multiple lines
Can you help me fix the exception/error message handling in my control architecture script?
From where can I get complete set of Indentation rules for Haskell code writing?
I get Compiler Error C2248 when i try to compile the following code: #include
I'm doing a Pyjamas example and get this error: TodoApp InternalError: too much recursion
I can't seem to see what's wrong with this code, yet I get an
I saw that there are similar titles to this. But my case seems a
I remember reading in Douglas Crockford's Javascript the Good Parts book that there is
I get the following error while running my app. '-[NSCFString sizeWithTextStyle:]: unrecognized selector I

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.