Skip to content

Instantly share code, notes, and snippets.

View muhammedzaimtr's full-sized avatar
⚠️

Muhammed Zaim muhammedzaimtr

⚠️
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jquery Ders 2</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script type="text/javascript">
$(function () {
//Hide Metot Kullanımı
$("p").hide();