{"id":6656,"date":"2020-06-26T11:08:10","date_gmt":"2020-06-26T16:08:10","guid":{"rendered":"https:\/\/www.rushworth.us\/lisa\/?p=6656"},"modified":"2020-06-26T11:08:38","modified_gmt":"2020-06-26T16:08:38","slug":"jquery-changing-href-when-drop-down-selection-changes","status":"publish","type":"post","link":"https:\/\/www.rushworth.us\/lisa\/?p=6656","title":{"rendered":"jQuery &#8211; Changing href When Drop-down Selection Changes"},"content":{"rendered":"\n<p>I needed to provide a different template depending on the type of activity selected in a drop-down menu. The following jQuery code gets the template name from the drop-down value and updates the href target. <\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; auto-links: false; title: ; quick-code: false; notranslate\" title=\"\">\njQuery(&quot;#selectDivSetType&quot;).change(function () {     \n    var strTemplateName = $(&#039;#selectDivSetType&#039;).val();\n    var strTemplateURI = &#039;.\/templates\/&#039; + strTemplateName;\n    $(&#039;#templateURI&#039;).attr(&quot;href&quot;, strTemplateURI); \n});\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"<p>I needed to provide a different template depending on the type of activity selected in a drop-down menu. The following jQuery code gets the template name from the drop-down value and updates the href target.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33],"tags":[765,854,1036],"class_list":["post-6656","post","type-post","status-publish","format-standard","hentry","category-coding","tag-html","tag-jquery","tag-web-development"],"_links":{"self":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts\/6656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6656"}],"version-history":[{"count":1,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts\/6656\/revisions"}],"predecessor-version":[{"id":6657,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts\/6656\/revisions\/6657"}],"wp:attachment":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6656"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6656"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}