Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

jqLite should create elements in same way as jQuery #369

@vojtajina

Description

@vojtajina

Gist to reproduce issue: https://gist.github.com/1010228

First script - create script element using jqLite - load source for failed
Second script - create script element using raw document.createElement() - success

When loading jQuery, it works fine (jgLite uses jQuery then)...

For More more info see: #344

On my Ubuntu machine the issue is seen only on FF4, works fine on Chrome, FF3.

Observing the issue:

  • open firebug's HTML and check both scripts, first content is "Failed to load source...", second works fine
  • open firebug's NET there is request for "....?param2", but no request for "...?param1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions