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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:49:50+00:00 2026-05-22T16:49:50+00:00

I am developing a web application that is intended to run solely on an

  • 0

I am developing a web application that is intended to run solely on an embedded device with its own web browser.

This device browser is represented as being similar to (but not an exact match for) Firefox in the documentation.

I would like to use the jQuery library to ease development.

With this in mind I created a trivial test application using jQuery, tested it in Firefox (it works fine) and then tried running it on the device, where I found that only the non-jQuery JavaScript runs (I get the JavaScript alert but not the jQuery alert).

Below is the script I’m testing with:

window.onload = function() {
    alert("JavaScript works");
};


$(function() {
    alert("jQuery works");
});

And I’m including the script in my html page using the following in <head>:

<script type="text/javascript" src="jquery.js"> </script>
<script type="text/javascript" src="myscript.js"> </script>

I am not really sure how to start troubleshooting this. I’ve read through the documentation for the device browser and have not found any facilities for troubleshooting it (e.g. a console). I have confirmed via Wireshark and by looking at the log of the web service that the jquery script is being loaded by the device browser as expected.

I will contact the device manufacturer and see if they will/can help but I’m hoping that I’m missing some method of troubleshooting this on my own with the help of the SO community. This is my first serious web application so my web debugging skills are not nearly as developed yet as say my C#/.NET debugging skills.

Below is some information which may or may not be useful. If there is anything useful I omitted please let me know and I’ll add it.

Here is an excerpt from the device browser documentation listing the standards supported by the browser.

HTTP/S | 1.1 | 
HTML | 4.01 |  
XHTML | 1.0 | Requires following HTML compatibility guidelines.
XML DOM Level 2 | N/A
CSS | Level 2.1 |  
JavaScript | ECMAScript v3 |  
AJAX | N/A | Ajax is an architecture, not a specific technology. It requires that an object be present, covered under sections below.

Here is the User-Agent string from the embedded browser:

Mozilla/5.0 (compatible; ANTGalio/2.1.19.12.020.2.0.00; vxWorks-6.3)

The web application is being hosted by a standalone WCF web service run as a Windows Service.

So does anybody see what my issue is or have any suggestions for what I should do next to troubleshoot it?

  • 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-05-22T16:49:51+00:00Added an answer on May 22, 2026 at 4:49 pm

    I think you’re pretty hard-pressed to test this without a console. The only thing that I can think of is to make sure that $ is defined. Without a console, the only way I can think to do this is via the URL.

    Type in a URL like this: javascript:alert($);

    You should get an alert that has a function definition in it. But, this could not work in your device’s browser.

    Once you’ve determined that jQuery is in fact loaded, you can start to look for other javascript errors on the page that might be preventing your code from running. You might try using jQuery with the compatibility library as a last resort.

    Good luck!

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

Sidebar

Related Questions

Developing a web application that I've registered with Twitter. In this app, I might
I'm developing a web application that is targeted at IE and during testing would
We are developing a web application that will be sold to many clients. There
I'm developing a web application that uses an in-house SSO server for authentication. I
I'm developing a Web application that will let users upload images. My concern is
I'm developing a web application that shows some controls and descriptions dynamically (I don't
I'm developing a web application that is going to be served from an OSGi
I am currently developing a web application that receives data from an on-site database.
I'm developing a web application that has to support lots of simultaneous requests, and
I am in the process of developing a web application that consists visually of

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.