GithubHelp home page GithubHelp logo

emrahakcal / jquery-studies Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 46 KB

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

HTML 67.54% JavaScript 32.46%

jquery-studies's Introduction

Jquery Nedir Ve Neden Gereklidir?

  • Bir javaScript kitaplığıdır. Jquery'nin amacı, web sitemizde javascript'i kullanmayı çok daha kolay hale getirmektir. JS programlamayı büyük ölçüde basitleştirir. Az kodla çok şey yapmayı sağlar.

Web Sayfasına Jquery Ekleme<

Html sayfamızın head bölümüne jquery.com adresinden bir CDN(Content Delivery Network)'den jquery eklenilir. İki jquery sürümü vardır. Her iki sürüm de jquery.com'dan indirilebilir.
  1. Production(üretim versiyonu): Küçültülmüş, sıkıştırılmış kodlardır.
  2. Development(geliştirme versiyonu): Sıkıştırılmamış, okunabilir kodlardır.

CDN: bir web sitesinin içeriğini en düşük ağ ve işlem gecikmesi ile yani en hızlı bir şekilde kullanıcılara ulaştırmak üzere coğrafi olarak farklı bölgelerde konumlandırılmış sunucu kümesine verilen isimdir.
Jquery External Referance Jquery kodlarını oluşturduğumuz js uzantılı dosyamıza ekleyerek kullanmaktır.

NOT: Google'den barındırılan jquery kullanmanın büyük avantaşlarından bir tanesi ağ gecikmesini minimize etmesidir.
Aşağıdaki uzantıyı kopyalayıp html sayfanızın head elementin altına yapıştırıp kullanabilirsiniz.

< script src="https://code.jquery.com/jquery-3.2.1.js" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>

jquery-studies's People

Contributors

emrahakcal avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.