Cisco-opplæring

Insoft Services er en av få opplæringsleverandører i EMEAR som tilbyr hele spekteret av Cisco-sertifisering og spesialisert teknologiopplæring.

Les mer

Cisco Sertifisering

Opplev en blandet læringstilnærming som kombinerer det beste av instruktørledet opplæring og e-læring i eget tempo for å hjelpe deg med å forberede deg til sertifiseringseksamen.

Les mer

Cisco Learning Credits

Cisco Learning Credits (CLC) er forhåndsbetalte opplæringskuponger innløst direkte med Cisco som gjør planleggingen for suksessen din enklere når du kjøper Cisco-produkter og -tjenester.

Les mer

Etterutdanning

Cisco Continuing Education Program tilbyr alle aktive sertifiseringsinnehavere fleksible alternativer for å resertifisere ved å fullføre en rekke kvalifiserte opplæringselementer.

Les mer

Cisco Digital Learning

Sertifiserte ansatte er verdsatte eiendeler. Utforsk Ciscos offisielle digitale læringsbibliotek for å utdanne deg gjennom innspilte økter.

Les mer

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på å skjerpe forretningsferdighetene til Cisco Channel Partners og kunder.

Les mer

Cisco opplæringskatalog

Les mer

Fortinet Sertifisering

Fortinet Network Security Expert (NSE)-programmet er et opplærings- og sertifiseringsprogram på åtte nivåer for å lære ingeniører om nettverkssikkerheten for Fortinet FW-ferdigheter og -erfaring.

Tekniske kurs

Fortinet-opplæring

Insoft er anerkjent som Fortinet Autorisert Opplæringssenter på utvalgte steder i EMEA.

Les mer

Fortinet opplæringskatalog

Utforsk et bredt utvalg av Fortinet Schedule på tvers av forskjellige land så vel som online kurs.

Les mer

ATC-status

Sjekk atc-statusen vår på tvers av utvalgte land i Europa.

Les mer

Pakker for Fortinet-tjenester

Insoft Services har utviklet en spesifikk løsning for å effektivisere og forenkle prosessen med å installere eller migrere til Fortinet-produkter.

Les mer

Microsoft-opplæring

Insoft Services gir Microsoft opplæring i EMEAR. Vi tilbyr Microsofts tekniske opplærings- og sertifiseringskurs som ledes av instruktører i verdensklasse.

Tekniske kurs

Extreme-opplæring

Lær eksepsjonell kunnskap og ferdigheter i ekstreme nettverk.

Les mer

Teknisk sertifisering

Vi tilbyr omfattende læreplan over tekniske kompetanseferdigheter om sertifiseringsprestasjonen.

Les mer

Extreme opplæringskatalog

Tekniske kurs

ATP-akkreditering

Som autorisert opplæringspartner (ATP) sørger Insoft Services for at du får de høyeste utdanningsstandardene som er tilgjengelige.

Les mer

Løsninger og tjenester

Vi tilbyr innovativ og avansert støtte for design, implementering og optimalisering av IT-løsninger. Vår kundebase inkluderer noen av de største Telcos globalt.

Les mer

Globalt anerkjent team av sertifiserte eksperter hjelper deg med å gjøre en jevnere overgang med våre forhåndsdefinerte konsulent-, installasjons- og migrasjonspakker for et bredt spekter av Fortinet-produkter.

Om oss

Insoft Tilbyr autoriserte opplærings- og konsulenttjenester for utvalgte IP-leverandører. Finn ut hvordan vi revolusjonerer bransjen.

Les mer
  • +47 23 96 21 03
  • Beginning jQuery

    Duration
    4 Dager
    Delivery
    (Online Og På stedet)
    Price
    Pris på forespørsel
    The Beginning jQuery course is a four-day instructor-led training that will show how you can integrate jQuery 3.0 into your web pages, avoid complex JavaScript code, create brilliant animation effects for your web applications, and create a flawless app. This course is ideal for client-side JavaScript developers. You do not need to have any previous experience with jQuery. Begin with configuring and customizing the jQuery environment and get hands-on with DOM manipulation. Learn to integrate jQuery with your favourite backend framework. Learn how the ECMAScript 6 features affect web development with jQuery. Discover how to use the newly introduced JavaScript promises and the new animation API in jQuery 3.0, along with sample code and examples. By the end of the course, you will be able to successfully create a fully-featured and efficient single-page web application and leverage all the new features of jQuery 3.0 effectively.  

    The goal of this course is to provide you with skills in jQuery - a cross-browser JavaScript library used to create dynamic web pages. The jQuery library was written to make DOM manipulation (moving things around a web page) easier for developers. It uses JavaScript to assign HTML elements these attributes. Because it is a library of predefined functions, all you need to start using jQuery is a working knowledge of the syntax and a reference for the functions available to you.

    jQuery has numerous advantages over other JavaScript libraries; some of them being that it is easy to start with, is cross browser-friendly, uses shorter code, has a considerable number of available plugins, and most of all, is easy to use with Ajax. This means there is a considerable market of developers wanting to get into the world of jQuery.

    Lesson 1: Beginning with jQuery 3

    • Making our First jQuery-Powered Web Page
    • Using jQuery with Developer Tools

    Lesson 2: Selecting Elements

    • Understanding the DOM
    • Exploring CSS Selectors
    • DOM Traversal Methods

    Lesson 3: Handling Events

    • Performing Tasks on Page Load
    • Handling Simple Events
    • Event Propagation
    • Altering the Journey “ The Event Object

    Lesson 4: Styling and Animating

    • Modifying CSS with Inline Properties
    • Built-in Animation Effects
    • Creating Custom Animations
    • Simultaneous Versus Queued Effects

    Lesson 5: Manipulating the DOM

    • Manipulating Attributes and Properties
    • DOM Tree Manipulation

    Lesson 6: Working with Ajax

    • Loading Data on Demand
    • Passing Data to the Server
    • Deferreds and Promises

    Lesson 7 jQuery Plugins

    • Using a Plugin
    • jQuery UI
    • jQuery Mobile

    Lesson 8: Advanced Selectors, Traversing, and DOM Manipulation

    • Selecting and Traversing Revisited
    • Writing a Custom Selector Plugin
    • Using HTML5 Data Attributes
    • Revisiting Attribute Manipulation

    Lesson 9: Advanced Events and Effects

    • Event Delegation
    • Defining Custom Events
    • Interrupting Animations
    • Multi-property Easing and Deferred Objects

    Lesson 10: Advanced Ajax

    • Fetching Data with CORS
    • Using the jqXHR Object
    • Extending Ajax Capabilities

    You do not need to have any previous experience with jQuery, although basic JavaScript programming knowledge is necessary. You should know the basics of JavaScript, including variables, functions, and selecting DOM elements. You should also have a basic knowledge of HTML5 and CSS3 syntax.

     

    Hardware

    This course will require a computer system for the instructor and one for each student. The minimum hardware requirements are as follows:

    • Processor: i3
    • Memory: 2 GB RAM
    • Hard disk: 10 GB
    • Internet connection

     

    Software

    For this course, we will use the following software:

    The Beginning jQuery course is a four-day instructor-led training that will show how you can integrate jQuery 3.0 into your web pages, avoid complex JavaScript code, create brilliant animation effects for your web applications, and create a flawless app. This course is ideal for client-side JavaScript developers. You do not need to have any previous experience with jQuery. Begin with configuring and customizing the jQuery environment and get hands-on with DOM manipulation. Learn to integrate jQuery with your favourite backend framework. Learn how the ECMAScript 6 features affect web development with jQuery. Discover how to use the newly introduced JavaScript promises and the new animation API in jQuery 3.0, along with sample code and examples. By the end of the course, you will be able to successfully create a fully-featured and efficient single-page web application and leverage all the new features of jQuery 3.0 effectively.  

    The goal of this course is to provide you with skills in jQuery - a cross-browser JavaScript library used to create dynamic web pages. The jQuery library was written to make DOM manipulation (moving things around a web page) easier for developers. It uses JavaScript to assign HTML elements these attributes. Because it is a library of predefined functions, all you need to start using jQuery is a working knowledge of the syntax and a reference for the functions available to you.

    jQuery has numerous advantages over other JavaScript libraries; some of them being that it is easy to start with, is cross browser-friendly, uses shorter code, has a considerable number of available plugins, and most of all, is easy to use with Ajax. This means there is a considerable market of developers wanting to get into the world of jQuery.

    Lesson 1: Beginning with jQuery 3

    • Making our First jQuery-Powered Web Page
    • Using jQuery with Developer Tools

    Lesson 2: Selecting Elements

    • Understanding the DOM
    • Exploring CSS Selectors
    • DOM Traversal Methods

    Lesson 3: Handling Events

    • Performing Tasks on Page Load
    • Handling Simple Events
    • Event Propagation
    • Altering the Journey “ The Event Object

    Lesson 4: Styling and Animating

    • Modifying CSS with Inline Properties
    • Built-in Animation Effects
    • Creating Custom Animations
    • Simultaneous Versus Queued Effects

    Lesson 5: Manipulating the DOM

    • Manipulating Attributes and Properties
    • DOM Tree Manipulation

    Lesson 6: Working with Ajax

    • Loading Data on Demand
    • Passing Data to the Server
    • Deferreds and Promises

    Lesson 7 jQuery Plugins

    • Using a Plugin
    • jQuery UI
    • jQuery Mobile

    Lesson 8: Advanced Selectors, Traversing, and DOM Manipulation

    • Selecting and Traversing Revisited
    • Writing a Custom Selector Plugin
    • Using HTML5 Data Attributes
    • Revisiting Attribute Manipulation

    Lesson 9: Advanced Events and Effects

    • Event Delegation
    • Defining Custom Events
    • Interrupting Animations
    • Multi-property Easing and Deferred Objects

    Lesson 10: Advanced Ajax

    • Fetching Data with CORS
    • Using the jqXHR Object
    • Extending Ajax Capabilities

    You do not need to have any previous experience with jQuery, although basic JavaScript programming knowledge is necessary. You should know the basics of JavaScript, including variables, functions, and selecting DOM elements. You should also have a basic knowledge of HTML5 and CSS3 syntax.

     

    Hardware

    This course will require a computer system for the instructor and one for each student. The minimum hardware requirements are as follows:

    • Processor: i3
    • Memory: 2 GB RAM
    • Hard disk: 10 GB
    • Internet connection

     

    Software

    For this course, we will use the following software:

      Datoer
      Date on Request

    Follow Up Courses

    Filtrer
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 2 Dager
      Date on Request
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.