Skip to content
Wajiblog

Wajiblog

Wajibrut Blog

Menu
  • Programming
    • Front End
  • Multimedia
    • Grafis
    • Video Editing
  • Reviews
    • Action Figure
    • Gashapon
    • Unboxing
  • Games
    • Gamepiew
    • Mobile Legend
  • Other
    • About Me
    • Memes
  • Home
  • jquery

Tag: jquery

Jquery : Manipulasi CSS
0 0
Front End Programming Tutorial

Jquery : Manipulasi CSS

TahuBanyakSeptember 20, 2016February 2, 2022
Berikut scriptnya, memanipulasi pada saat dokumen onload (Alias gak pake trigger apa apa). Kalau mau di triggerin tinggal di kasih function ini saja ya. $(document).ready(function() { $("div").height('200px'); $("div").width('200px'); $("div:first-child").css("background-color","brown"); $("div").css("border","10px...
Share
Jquery : addClass / removeClass
0 0
Front End Programming Tutorial

Jquery : addClass / removeClass

TahuBanyakSeptember 20, 2016February 2, 2022
Langsung saja ya, Contoh script add class / remove class untuk menambah atau menghilangkan class dengan menggunakan jquery. <script> $(document).ready(function() { $('#text').click(function() { $('#text').addClass('kelastambahan'); $('#text').removeClass('kelasterbuang'); }); }); </script> atau jika...
Share
Jquery : Click Method
0 0
Front End Programming Tutorial

Jquery : Click Method

TahuBanyakSeptember 13, 2016February 2, 2022
Jquery : Method Click Langsung aja,, Templatenya sebagai berikut : $(document).ready(function() {  /*fungsi ready function*/ $('button').click(function() { /*trigger click*/ $('.vanish').fadeOut('slow') /*action yang terjadi, (dalam kasus ini, class vanish mem-fade-out secara...
Share

Recent Posts

  • Cara Baca OCO Sell pada Exchange
  • Mengatasi Photoshop kekurangan Ram di MAC
  • Cara Me-replace clip dan mengcopy clip di Adobe Premiere
  • Is it True?
  • Mengembed IG ke Website

Categories

  • Action Figure
  • Front End
  • Game Guide
  • Gamepiew
  • Games
  • Gashapon
  • Grafis
  • Hot News
  • Komputer
  • Last Cloudia
  • Mobile Legend
  • Multimedia
  • Other
  • Programming
  • Reviews
  • Tips
  • Trivia
  • Tutorial
  • Unboxing
  • Uncategorized
  • Video Editing
  • Wajiblog
  • Youtube Content
Close
Menu
  • Programming
    • Front End
  • Multimedia
    • Grafis
    • Video Editing
  • Reviews
    • Action Figure
    • Gashapon
    • Unboxing
  • Games
    • Gamepiew
    • Mobile Legend
  • Other
    • About Me
    • Memes
Copyright All rights reserved | Theme: Blog Prime by Themeinwp.