{"id":8641,"date":"2024-01-19T17:54:00","date_gmt":"2024-01-19T17:54:00","guid":{"rendered":"https:\/\/codehim.com\/?p=8641"},"modified":"2024-01-22T15:55:09","modified_gmt":"2024-01-22T10:55:09","slug":"persian-datepicker-in-javascript","status":"publish","type":"post","link":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/","title":{"rendered":"Persian Datepicker in JavaScript"},"content":{"rendered":"<p>This JavaScript code provides a Persian Datepicker, allowing users to select dates in a Persian (jalali) calendar format. The core functionality enables date selection for various input fields. It&#8217;s helpful for displaying and capturing Persian dates easily.<\/p>\n<p>Moreover, you can integrate this Persian Datepicker code into web applications, and cultural\/educational platforms to offer users a convenient way to select Persian dates and schedule appointments. Similarly, you can integrate this datepicker in <a href=\"https:\/\/codehim.com\/vanilla-javascript\/bus-booking-reservation-system-using-html-css-and-javascript\/\" target=\"_blank\" rel=\"noopener\">online booking system<\/a>.<\/p>\n<h2>How to Create Persian Datepicker In JavaScript<\/h2>\n<p>1. In your HTML file, include the necessary dependencies for the Persian Datepicker. Add the following CDN links to the <code>&lt;head&gt;<\/code> section of your HTML file:<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;link rel='stylesheet' href='https:\/\/unpkg.com\/@majidh1\/jalalidatepicker\/dist\/jalalidatepicker.min.css'&gt;\r\n&lt;script src='https:\/\/unpkg.com\/@majidh1\/jalalidatepicker\/dist\/jalalidatepicker.min.js'&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>2. Create the date input fields with type <code>\"text\"<\/code> in your HTML where you want the Persian Datepicker to appear. You can customize the input fields as needed.<\/p>\n<pre class=\"prettyprint linenums lang-html\">&lt;h1 style=\"text-align:center\"&gt;jalali datePicker - \u062f\u06cc\u062a \u067e\u06cc\u06a9\u0631 \u0634\u0645\u0633\u06cc&lt;\/h1&gt;\r\n    &lt;input type=\"text\" data-jdp placeholder=\"\u0644\u0637\u0641\u0627 \u06cc\u06a9 \u062a\u0627\u0631\u06cc\u062e \u0648\u0627\u0631\u062f \u0646\u0645\u0627\u06cc\u06cc\u062f\" \/&gt;\r\n    &lt;input type=\"text\" data-jdp data-jdp-min-date=\"today\" placeholder=\"\u0646\u0645\u0627\u06cc\u0634 \u062a\u0627\u0631\u06cc\u062e \u0627\u0632 \u0627\u0645\u0631\u0648\u0632\" \/&gt;\r\n    &lt;input type=\"text\" data-jdp data-jdp-max-date=\"today\" placeholder=\"\u0646\u0645\u0627\u06cc\u0634 \u062a\u0627\u0631\u06cc\u062e \u062a\u0627 \u0627\u0645\u0631\u0648\u0632\" \/&gt;\r\n    &lt;input type=\"text\" data-jdp data-jdp-max-date=\"1401\/10\/08\" placeholder=\"\u0646\u0645\u0627\u06cc\u0634 \u062a\u0627\u0631\u06cc\u062e \u062a\u0627 1401\/10\/08\" \/&gt;  \r\n\r\n    &lt;div class=\"settings\" dir=\"rtl\"&gt;\r\n        &lt;a target=\"_blank\" href=\"https:\/\/github.com\/majidh1\/JalaliDatePicker\"&gt;\r\n            Github\r\n        &lt;\/a&gt;\r\n    &lt;\/div&gt;\r\n  &lt;p&gt;\u0627\u06cc\u0646 \u067e\u0644\u0627\u06af\u06cc\u0646 \u062a\u0646\u0638\u06cc\u0645\u0627\u062a \u0632\u06cc\u0627\u062f\u06cc \u062f\u0627\u0631\u062f \u06a9\u0647 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u0627\u0632 \u0644\u06cc\u0646\u06a9 github \u0645\u0633\u062a\u0646\u062f\u0627\u062a \u06a9\u0627\u0645\u0644\u0634 \u0631\u0648 \u0645\u0634\u0627\u0647\u062f\u0647 \u06a9\u0646\u06cc\u062f.&lt;\/p&gt;\r\n    &lt;p&gt; \u0628\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u062a\u0631\u0644 input \u067e\u0644\u0627\u06af\u06cc\u0646 date picker \u0641\u0639\u0627\u0644 \u0634\u062f\u0647 \u0648 \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u062a\u0627\u0631\u06cc\u062e \u0645\u0648\u0631\u062f \u0646\u0638\u0631 \u062e\u0648\u062f \u0631\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u0646\u0645\u0627\u06cc\u06cc\u062f&lt;\/p&gt;\r\n\r\n&lt;h1&gt;persian date picker&lt;\/h1&gt;<\/pre>\n<p>3. You can customize the styling of the <a href=\"https:\/\/codehim.com\/date-time\/simple-date-picker-in-html-example-gldatepicker\/\" target=\"_blank\" rel=\"noopener\">datepicker<\/a> by modifying the following CSS code or by adding your own styles. (Optional)<\/p>\n<pre class=\"prettyprint linenums lang-css\">@font-face {\r\n    font-family: \"Samim\";\r\n    src: url('Samim\/Samim-FD.woff2') format('woff2'), url('Samim\/Samim-FD.woff') format('woff'), url('Samim\/Samim-FD.ttf') format('truetype');\r\n}\r\n* {\r\n    font-family: \"Samim\";\r\n}\r\nbody {\r\n    font-size: 14px;\r\n    background-color: #fcfcfc;\r\n}\r\ninput {\r\n    border: 2px solid #ccc;\r\n    border-radius: 5px;\r\n    height: 38px;\r\n    line-height: 38px;\r\n    width: 309px;\r\n    font-size: 16px;\r\n    padding: 0 5px;\r\n    color: #666;\r\n    display: block;\r\n    margin-top:20px;\r\n    margin-bottom:40px;\r\n    margin-right: auto;\r\n    margin-left:auto;\r\n}\r\n::placeholder { \/* Chrome, Firefox, Opera, Safari 10.1+ *\/\r\n    text-align: center;\r\n  }\r\n  \r\n  :-ms-input-placeholder { \/* Internet Explorer 10-11 *\/\r\n    text-align: center;\r\n  }\r\n  \r\n  ::-ms-input-placeholder { \/* Microsoft Edge *\/\r\n    text-align: center;\r\n  }\r\n\r\n.settings{\r\n    position: fixed;\r\n    z-index: 1;\r\n    bottom:5px;\r\n    right: 5px;\r\n    width:150px;\r\n    padding:5px;\r\n    text-align: center;\r\n    background-color: rgb(242, 255, 124)\r\n}\r\n.settings *{\r\n    vertical-align: middle;\r\n    text-decoration: none;\r\n    font-weight: 900;\r\n    letter-spacing: 1px;\r\n}\r\n\r\nimg{\r\n    max-width: 100%;\r\n}\r\np {\r\n    text-align: center;\r\n    direction: rtl;\r\n}\r\n.divider{\r\n    height: 20vh;\r\n}<\/pre>\n<p>4. In your JavaScript code, initialize the Persian Datepicker by calling the <code>jalaliDatepicker.startWatch<\/code> function. You can set options like <code>minDate<\/code> and <code>maxDate<\/code> if needed.<\/p>\n<pre class=\"prettyprint linenums lang-js\">jalaliDatepicker.startWatch({\r\n  minDate: \"attr\",\r\n  maxDate: \"attr\"\r\n}); \r\n\/* Below is a js demo | you don't need to use *\/\r\nsetTimeout(function(){\r\n  var elm=document.getElementsByTagName(\"input\")[0];\r\n  elm.focus();\r\n  jalaliDatepicker.hide();\r\n  jalaliDatepicker.show(elm);\r\n}, 1000);<\/pre>\n<p>That&#8217;s all! Hopefully, you&#8217;ve successfully integrated the Persian Datepicker into your web project, allowing users to select Persian dates effortlessly. If you have any questions or suggestions, feel free to comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This JavaScript code provides a Persian Datepicker, allowing users to select dates in a Persian (jalali) calendar format. The core&#8230;<\/p>\n","protected":false},"author":1,"featured_media":8664,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[58],"tags":[77],"class_list":["post-8641","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-date-time","tag-datepicker"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Persian Datepicker in JavaScript &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a free code snippet to create a Persian Datepicker in JavaScript. You can view demo and download the source code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Persian Datepicker in JavaScript &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a free code snippet to create a Persian Datepicker in JavaScript. You can view demo and download the source code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-19T17:54:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T10:55:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Persian Datepicker in JavaScript\",\"datePublished\":\"2024-01-19T17:54:00+00:00\",\"dateModified\":\"2024-01-22T10:55:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\"},\"wordCount\":212,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png\",\"keywords\":[\"Datepicker\"],\"articleSection\":[\"Date &amp; Time\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\",\"url\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\",\"name\":\"Persian Datepicker in JavaScript &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png\",\"datePublished\":\"2024-01-19T17:54:00+00:00\",\"dateModified\":\"2024-01-22T10:55:09+00:00\",\"description\":\"Here is a free code snippet to create a Persian Datepicker in JavaScript. You can view demo and download the source code.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png\",\"width\":1280,\"height\":960,\"caption\":\"Persian Datepicker in JavaScript\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Date &amp; Time\",\"item\":\"https:\/\/codehim.com\/category\/date-time\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Persian Datepicker in JavaScript\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Persian Datepicker in JavaScript &#8212; CodeHim","description":"Here is a free code snippet to create a Persian Datepicker in JavaScript. You can view demo and download the source code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/","og_locale":"en_US","og_type":"article","og_title":"Persian Datepicker in JavaScript &#8212; CodeHim","og_description":"Here is a free code snippet to create a Persian Datepicker in JavaScript. You can view demo and download the source code.","og_url":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-19T17:54:00+00:00","article_modified_time":"2024-01-22T10:55:09+00:00","og_image":[{"width":1280,"height":960,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png","type":"image\/png"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Persian Datepicker in JavaScript","datePublished":"2024-01-19T17:54:00+00:00","dateModified":"2024-01-22T10:55:09+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/"},"wordCount":212,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png","keywords":["Datepicker"],"articleSection":["Date &amp; Time"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/","url":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/","name":"Persian Datepicker in JavaScript &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png","datePublished":"2024-01-19T17:54:00+00:00","dateModified":"2024-01-22T10:55:09+00:00","description":"Here is a free code snippet to create a Persian Datepicker in JavaScript. You can view demo and download the source code.","breadcrumb":{"@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2023\/09\/Persian-Datepicker-in-JavaScript.png","width":1280,"height":960,"caption":"Persian Datepicker in JavaScript"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/date-time\/persian-datepicker-in-javascript\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Date &amp; Time","item":"https:\/\/codehim.com\/category\/date-time\/"},{"@type":"ListItem","position":3,"name":"Persian Datepicker in JavaScript"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":3406,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/8641","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=8641"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/8641\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/8664"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=8641"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=8641"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=8641"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}