Project

General

Profile

jQuery in Wt: why so outdated?

Added by Vincenzo Romano over 7 years ago

I just noticed that wt v3.3.6 comes with "jQuery JavaScript Library v1.4b1pre".

Current is v3.1.1

6 years old sounds quite bad to me, at least for bugs.

Is there any reason for sticking with that?


Replies (1)

RE: jQuery in Wt: why so outdated? - Added by Aaron Wright over 7 years ago

According to the documentation it is because JQuery (1.4.1) is sufficient for its needs and is many times smaller than more recent JQuery releases (about 50% smaller).

You can use a newer one with the Wt::WApplication::requireJQuery() function linked above.

    (1-1/1)