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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:11:20+00:00 2026-05-10T19:11:20+00:00

I just spent half an one our to find out what caused the Error-Message

  • 0

I just spent half an one our to find out what caused the Error-Message ‘Ci is not defined’ in my JavaScript code. I finally found the reason:

It should be (jQuery):

$('asd').bla(); 

It was:

('asd').bla(); 

(Dollar sign gone missing)

Now after having fixed the problem I’d like to understand the message itself: What does Firefox mean when it tells me that ‘Ci’ is not defined. What’s ‘Ci’?


Update: I’m using the current version of Firefox (3.0.3).

To reproduce, just use this HTML code:

<html><head><title>test</title> <script> ('asd').bla(); </script> </head><body></body></html> 

To make it clear: I know what caused the error message. I’d just like to know what Firefox tries to tell me with ‘Ci’…

  • 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. 2026-05-10T19:11:21+00:00Added an answer on May 10, 2026 at 7:11 pm

    I don’t know which version of FF you are using, but regardless, the message is probably referring to the fact that bla() is not a function available on the String object. Since you were missing the $, which means you were missing a function, ('asd') would evaluate to a string, and then the JavaScript interpreter would try to call bla() on that object. So, if you had the following code in your project:

    String.prototype.bla = function() {};  // now this next line will execute without any problems: ('asd').bla(); 

    So, it is possible that Ci is some internal Firefox symbol that simply refers to the idea of a function. That is my guess, I imagine you are going to need someone that knows something about Firefox’s internals to get a better answer to this question…


    UPDATE: I am running your example code in the exact same version of FF as you are, but it reports the error as:

    Error: ‘asd’.bla is not a function
    Source File: file:///C:/test.html
    Line: 3

    Perhaps you have an extension/plug-in running that does something with this? Maybe some Greasemonkey script or something?

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

Sidebar

Ask A Question

Stats

  • Questions 59k
  • Answers 59k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer My VBA is a bit rusty, but I always preferred… May 11, 2026 at 8:56 am
  • added an answer try $ time ( your commands ) write a loop… May 11, 2026 at 8:56 am
  • added an answer This will do the job for you. from i in… May 11, 2026 at 8:56 am

Related Questions

I just spent half an one our to find out what caused the Error-Message
So I am pretty new to JQuery and just spent 5 hours getting this
I spent hours researching the problem, and just want to share a solution in
I just requested a hotfix from support.microsoft.com and put in my email address, but
I just wonder a bit whether or not GDI+ is still a technology worth
I just wonder what options there are to properly measure/profile/optimize ASP.net 2.0 Web Parts,
I just read up on a performance of LINQ, and there is a HUGE
I just saw this mentioned in Stack Overflow question Best WYSIWYG CSS editor and
I just started thinking about creating/customizing a web crawler today, and know very little
I just saw a comment of suggesting J# , and it made me wonder...

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.