The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

JQuery Mobile is dead? Alternatives for mobile landing pages?

OscarMike

Active Member
Hi all, it looks like the JQuery Mobile project has come to an end. It was deprecated on Oct 7 2021. I used JQuery Mobile to create mobile poll pages for popunder ads.

Are any of you guys still using Jquery even though it's no longer supported?

Any alternatives that you can suggest?

Thanks
 
I have always used the main
1641872419392.png

what was the advantage --a smaller file with less features?
 
Last edited:
Here's an interesting discussion about it :

- Samira
 
FYI:
HTML:
<!-- add this -->
 <head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>

from jQuery Get Started

The advantage of using a CDN is that the client browser may have a commonly used file cached like jQuery.
The is no download overhead or time.

If your code is not compatible you could server the needed file. There may be security bugs in unsupported files --so it's not a good idea.
Update you code to conform to the never version.
 
banners
Back