Jump to content

Recommended Posts

Posted

Salut, am gasit si eu acest cod pentru filtrarea unor rezultate http://codepen.io/javve/pen/cLdfw

Totul bine si frumos pana il trec intr-un index.html in pc pe localhost, nu merge nimic, e ca si cum nu ar functionat JS-ul

Am incercat sa urc si pe un host si tot nu merge.

  • Moderators
Posted

Trebuie sa dai import la libreria jQuery. In head adauga:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • gaby changed the title to Script jquery nu merge pe localhost!?
  • Moderators
Posted

Ai luat tot codu ala HTML cap coada?

Verifica consola de JS daca apare vro eroare, apasa F12 si dupa dute la "Console" si vezi daca apare ceva.

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

  • Moderators
Posted

La codu JS ai adaugat si un load la JS odata ce s-a incarcat pagina cu una dintre optiunile care are jQuery pentru load? Daca nu, adauga tot codu JS intre:

$(function() {
/* Codu JS aici */
});

https://learn.jquery.com/using-jquery-core/document-ready/

  • Upvote 1

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

La codu JS ai adaugat si un load la JS odata ce s-a incarcat pagina cu una dintre optiunile care are jQuery pentru load? Daca nu, adauga tot codu JS intre:

$(function() {
/* Codu JS aici */
});

https://learn.jquery.com/using-jquery-core/document-ready/

Mersi +3 :D

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.