Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

192
Views
Se agregaron jQuery UI y JQuery Mobile cdns al proyecto, pero los temas no funcionan
<link rel="stylesheet" href="jQuery/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.css"> <link rel="stylesheet" href="jQuery/jquery-ui-1.13.1/jquery-ui-1.13.1/jquery-ui.min.css"> <link rel="stylesheet" href="mileTracker.css"> <script src="jQuery/jquery-3.6.0.min.js"></script> <script src="jQuery/jquery-ui-1.13.1/jquery-ui-1.13.1/jquery-ui.min.js"></script> <script src="jQuery/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.css"></script> <script src="mileTracker.js"></script> <header data-role="header" data-theme="b"> <h1>Tracker</h1> </header>

Este es el código que tengo y parece que no puedo aplicar el tema al código html.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Encontré una solución que permite que la configuración funcione, los enlaces css se agregaron después del enlace jQuery mobile css.

Además, al usar los enlaces jQuery, el archivo css móvil se colocó primero seguido de los 2 archivos javascript, primero jquery.min.js y luego jquery.mobile.1.4.5.min.js.

Con los archivos js, se agregaron después del css y en el orden que se indica a continuación.

También utilicé una implementación local.

 <link rel="stylesheet" type="text/css" href="jQuery/jquery.mobile-1.4.5/demos/css/themes/default/jquery.mobile-1.4.5.min.css"> <link rel="stylesheet" type="text/css" href="jQuery/jquery-ui-1.13.1/jquery-ui-1.13.1/jquery-ui.min.css"> <script src="jQuery/jquery.mobile-1.4.5/demos/js/jquery.min.js"></script> <script src="jQuery/jquery.mobile-1.4.5/demos/js/jquery.mobile-1.4.5.min.js"></script> <script src="jQuery/jquery-ui-1.13.1/jquery-ui-1.13.1/jquery-ui.min.js"></script>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!