{"id":693,"date":"2023-07-22T10:25:31","date_gmt":"2023-07-22T10:25:31","guid":{"rendered":"https:\/\/www.devopsfreelancer.com\/blog\/?p=693"},"modified":"2023-07-22T10:36:58","modified_gmt":"2023-07-22T10:36:58","slug":"onchange-function-in-laravel-using-jquery","status":"publish","type":"post","link":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/","title":{"rendered":"OnChange Function in Laravel using JQuery?"},"content":{"rendered":"\n<p>In this tutorial I&#8217;m going to learn how to use on Change function using laravel jQuery. On change function would be work on category wise.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"365\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-1024x365.png\" alt=\"\" class=\"wp-image-702\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-1024x365.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-300x107.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-768x274.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47.png 1104w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>First go to blade page where you want to show the data.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;form method=\"post\" id=\"sample_form\" class=\"form-horizontal\"\r\n\t\tenctype=\"multipart\/form-data\">\r\n\t\t@csrf\r\n\r\n\t\t&lt;div class=\"form-group\" id=\"name_form\">\r\n\t\t\t&lt;label class=\"control-label col-md-4\">Project Name&lt;\/label>\r\n\t\t\t&lt;div class=\"col-md-12\">\r\n\t\t\t&lt;select name=\"project_name\" id=\"project_name\" class=\"w-100 p-2\">\r\n\t\t\t\t\t&lt;option value=\"default\" class=\"form-control text-dark\">Select Project &lt;\/option>\r\n\t\t\t\t\t@foreach(App\\Http\\Controllers\\Api\\ProjectApiController::getvalueall($slug_id) as $project)\r\n\r\n\t\t\t\t\t&lt;option name=\"{{$project&#91;'id']}}\" value=\"{{$project&#91;'project_name']}}\">{{$project&#91;'project_name']}}&lt;\/option>\r\n\t\t\t\t\t@endforeach\r\n\t\t\t\t&lt;\/select>\r\n\r\n\t\t\t&lt;\/div>\r\n\t\t&lt;\/div>\r\n\r\n\t\t&lt;div class=\"form-group\" id=\"name_form\">\r\n\t\t\t&lt;label class=\"control-label col-md-4\">URL&lt;\/label>\r\n\t\t\t&lt;div class=\"col-md-12\">\r\n\t\t\t\t&lt;select name=\"url\" id=\"url\" class=\"w-100 p-2\">\r\n\t\t\t\t\t&lt;option value=\"\" class=\"form-controll text-dark\">Select URL &lt;\/option>\r\n\t\t\t\t\t&lt;option value=\"\" class=\"form-controll text-dark\"> &lt;\/option>\r\n\t\t\t\t&lt;\/select>\r\n\r\n\t\t\t&lt;\/div>\r\n\t\t&lt;\/div>\r\n\r\n\t\t&lt;div class=\"form-group\" id=\"name_form\">\r\n\t\t\t&lt;label class=\"control-label col-md-4\">Keyword&lt;\/label>\r\n\t\t\t&lt;div class=\"col-md-12\">\r\n\t\t\t\t&lt;!-- &lt;input type=\"text\" name=\"keyword\" id=\"keyword\" class=\"form-control\" \/> -->\r\n\t\t\t\t&lt;!-- testing keyword open -->\r\n\t\t\t\t&lt;input id=\"keyword1\"  name=\"keyword\" class=\"form-control\">\r\n\t\t\t\t&lt;!-- testing keyword close -->\r\n\t\t\t&lt;\/div>\r\n\t\t\t&lt;!-- information open -->\r\n\t\t\t&lt;span class=\"fa fa-info-circle text-success\"> \r\n\t\t\t&lt;span class=\"text-danger mt-2\">After Each Keyword Press Enter  &lt;\/span>\r\n\t\t\t&lt;\/span>\r\n\t\t\t&lt;!-- information close -->\r\n\t\t&lt;\/div>\r\n\t\t&lt;!-- Sending admin_id and admin_email in hidden input box -->\r\n\t\t&lt;input type=\"hidden\" value=\"{{ Auth::user()->id }}\" name=\"admin_id\"\r\n\t\t\tid=\"admin_id\" \/>\r\n\t\t&lt;input type=\"hidden\" value=\"{{ Auth::user()->email }}\" id=\"admin_email\" name=\"admin_email\" \/>\r\n\t\t&lt;input type=\"hidden\" value=\"NULL\" name=\"user_id\" id=\"user_id\">\r\n\t\t&lt;input type=\"hidden\" value=\"NULL\" name=\"user_email\" id=\"user_email\">\r\n\t\t&lt;input type=\"hidden\" value=\"\" id=\"url_id\" name=\"url_id\" \/>\r\n\t\t&lt;input type=\"hidden\" value=\"\" id=\"project_id\" name=\"project_id\">\r\n\t\t&lt;input type=\"hidden\" value=\"{{$org_slug}}\" id=\"slug\" name=\"u_org_slugname\">\r\n\t\t&lt;input type=\"hidden\" value=\"{{$slug_id}}\" name=\"u_org_organization_id\" id=\"u_org_organization_id\">\r\n\t\t&lt;input type=\"hidden\" value=\"{{$getting_roll_id}}\" name=\"u_org_role_id\" id=\"u_org_role_id\">\r\n&lt;\/div>\r\n\r\n&lt;!-- &lt;br \/> -->\r\n&lt;div class=\"form-group text-center\">\r\n\t&lt;input type=\"hidden\" name=\"action\" id=\"action\" \/>\r\n\t&lt;input type=\"hidden\" name=\"hidden_id\" id=\"hidden_id\" \/>\r\n\t&lt;input type=\"submit\" name=\"action_button\" id=\"action_button\"\r\n\t\tclass=\"btn btn-warning float-center\" value=\"Add\" \/>\r\n&lt;\/div>\r\n&lt;\/form><\/code><\/pre>\n\n\n\n<p>Next go to script tag and put below code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$('#project_name').on('change',function(){\r\n        console.log('project name change');\r\n        if(this.value !='default'){\r\n            ajaxCall();\r\n        } else{\r\n            $('#url').empty();\r\n            $('#url').append('&lt;option> Select URL&lt;\/option>');\r\n        }\r\n        function ajaxCall() {\r\n        console.log('in ajaxCall');\r\n        var project_id = $(\"#project_name option:selected\").attr(\"name\");\r\n        console.log(project_id);\r\n        $.ajax({\r\n                \"type\": \"GET\",\r\n                \"url\": \"{{url('api\/v1\/j\/addurl\/getProject')}}\/\"+project_id,\r\n                \"data\": {},\r\n                \"headers\": {\r\n                    \"Authorization\": \"Bearer \" + localStorage.getItem('a_u_a_b_t')\r\n                },\r\n                success: function(html) {\r\n                    console.log(html.data);\r\n                    $('#url').empty();\r\n                    $('#url').append('&lt;option> Select Url &lt;\/option>');\r\n                    $.each(html.data, function(i, link) {\r\n                        console.log('all category here: ' + link.url);\r\n                        $('#url').append('&lt;option name=\"' + link.id +'\" value=\"' + link.url + '\">' + link.url +'&lt;\/option>'); \r\n                    });                    \r\n                },\r\n                error: function(errorResponse) {\r\n                    console.log(errorResponse);\r\n                }\r\n            });\r\n        }\r\n    });<\/code><\/pre>\n\n\n\n<p>Output:- <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-46-1024x576.png\" alt=\"\" class=\"wp-image-701\" srcset=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-46-1024x576.png 1024w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-46-300x169.png 300w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-46-768x432.png 768w, https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-46.png 1366w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Now data is coming successfully.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial I&#8217;m going to learn how to use on Change function using laravel jQuery. On change function would be work on category wise. First go&#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[272,273,270,271],"class_list":["post-693","post","type-post","status-publish","format-standard","hentry","category-laravel","tag-jquery-onchange","tag-laravel-jquery","tag-onchange-function","tag-onchange-function-in-laravel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>OnChange Function in Laravel using JQuery? - DevOps Freelancer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OnChange Function in Laravel using JQuery? - DevOps Freelancer\" \/>\n<meta property=\"og:description\" content=\"In this tutorial I&#8217;m going to learn how to use on Change function using laravel jQuery. On change function would be work on category wise. First go...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/\" \/>\n<meta property=\"og:site_name\" content=\"DevOps Freelancer\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/amitsthakurs\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-22T10:25:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-22T10:36:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-1024x365.png\" \/>\n<meta name=\"author\" content=\"Amit Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/amits_thakurs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amit Kumar\" \/>\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:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/\"},\"author\":{\"name\":\"Amit Kumar\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\"},\"headline\":\"OnChange Function in Laravel using JQuery?\",\"datePublished\":\"2023-07-22T10:25:31+00:00\",\"dateModified\":\"2023-07-22T10:36:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/\"},\"wordCount\":60,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/image-47-1024x365.png\",\"keywords\":[\"jquery-onchange\",\"laravel-jquery\",\"onchange-function\",\"onChange-function-in-laravel\"],\"articleSection\":[\"Laravel\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/\",\"name\":\"OnChange Function in Laravel using JQuery? - DevOps Freelancer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/image-47-1024x365.png\",\"datePublished\":\"2023-07-22T10:25:31+00:00\",\"dateModified\":\"2023-07-22T10:36:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/image-47.png\",\"contentUrl\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/image-47.png\",\"width\":1104,\"height\":394},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/onchange-function-in-laravel-using-jquery\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OnChange Function in Laravel using JQuery?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/\",\"name\":\"DevOps Freelancer\",\"description\":\"We provide DevOps | SRE | DevSecOps | MLOps Freelancing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/#\\\/schema\\\/person\\\/22ed4bd82dc04200a2ca541b3e35fc5b\",\"name\":\"Amit Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g\",\"caption\":\"Amit Kumar\"},\"description\":\"Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer\\\/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/amitsthakurs\\\/\",\"https:\\\/\\\/www.instagram.com\\\/amits_thakurs\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/amits-thakurs\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/amits_thakurs\"],\"url\":\"https:\\\/\\\/www.devopsfreelancer.com\\\/blog\\\/author\\\/amit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OnChange Function in Laravel using JQuery? - DevOps Freelancer","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:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/","og_locale":"en_US","og_type":"article","og_title":"OnChange Function in Laravel using JQuery? - DevOps Freelancer","og_description":"In this tutorial I&#8217;m going to learn how to use on Change function using laravel jQuery. On change function would be work on category wise. First go...","og_url":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/","og_site_name":"DevOps Freelancer","article_author":"https:\/\/www.facebook.com\/amitsthakurs\/","article_published_time":"2023-07-22T10:25:31+00:00","article_modified_time":"2023-07-22T10:36:58+00:00","og_image":[{"url":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-1024x365.png","type":"","width":"","height":""}],"author":"Amit Kumar","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/amits_thakurs","twitter_misc":{"Written by":"Amit Kumar","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#article","isPartOf":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/"},"author":{"name":"Amit Kumar","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b"},"headline":"OnChange Function in Laravel using JQuery?","datePublished":"2023-07-22T10:25:31+00:00","dateModified":"2023-07-22T10:36:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/"},"wordCount":60,"commentCount":1,"image":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-1024x365.png","keywords":["jquery-onchange","laravel-jquery","onchange-function","onChange-function-in-laravel"],"articleSection":["Laravel"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/","url":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/","name":"OnChange Function in Laravel using JQuery? - DevOps Freelancer","isPartOf":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#primaryimage"},"image":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47-1024x365.png","datePublished":"2023-07-22T10:25:31+00:00","dateModified":"2023-07-22T10:36:58+00:00","author":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b"},"breadcrumb":{"@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#primaryimage","url":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47.png","contentUrl":"https:\/\/www.devopsfreelancer.com\/blog\/wp-content\/uploads\/2023\/07\/image-47.png","width":1104,"height":394},{"@type":"BreadcrumbList","@id":"https:\/\/www.devopsfreelancer.com\/blog\/onchange-function-in-laravel-using-jquery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.devopsfreelancer.com\/blog\/"},{"@type":"ListItem","position":2,"name":"OnChange Function in Laravel using JQuery?"}]},{"@type":"WebSite","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#website","url":"https:\/\/www.devopsfreelancer.com\/blog\/","name":"DevOps Freelancer","description":"We provide DevOps | SRE | DevSecOps | MLOps Freelancing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.devopsfreelancer.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.devopsfreelancer.com\/blog\/#\/schema\/person\/22ed4bd82dc04200a2ca541b3e35fc5b","name":"Amit Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d76fb4d0f15f7a458f1fd91063b44fbb7e7eb9e724b1c465d885054c2540250f?s=96&d=mm&r=g","caption":"Amit Kumar"},"description":"Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer\/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.","sameAs":["https:\/\/www.facebook.com\/amitsthakurs\/","https:\/\/www.instagram.com\/amits_thakurs\/","https:\/\/www.linkedin.com\/in\/amits-thakurs\/","https:\/\/x.com\/https:\/\/twitter.com\/amits_thakurs"],"url":"https:\/\/www.devopsfreelancer.com\/blog\/author\/amit\/"}]}},"_links":{"self":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/comments?post=693"}],"version-history":[{"count":2,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/693\/revisions"}],"predecessor-version":[{"id":703,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/posts\/693\/revisions\/703"}],"wp:attachment":[{"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/media?parent=693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/categories?post=693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopsfreelancer.com\/blog\/wp-json\/wp\/v2\/tags?post=693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}