	{"id":6127,"date":"2020-03-17T13:58:51","date_gmt":"2020-03-17T13:58:51","guid":{"rendered":"http:\/\/dannci.wpmasters.org\/citygov\/?page_id=6127"},"modified":"2022-02-11T05:36:26","modified_gmt":"2022-02-11T05:36:26","slug":"faqs","status":"publish","type":"page","link":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/faqs\/","title":{"rendered":"FAQs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6127\" class=\"elementor elementor-6127\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41a09fd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41a09fd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-96af689\" data-id=\"96af689\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aaee90f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aaee90f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-20246a3\" data-id=\"20246a3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e90d4d6 elementor-widget elementor-widget-html\" data-id=\"e90d4d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <form id=\"live-search\" action=\"\" class=\"styled\" method=\"post\">\r\n    <fieldset>\r\n        <input type=\"text\" class=\"deletable text-input\" id=\"filter\" placeholder=\"Search Questions or Answers...\" value=\"\">\r\n        <span id=\"filter-count\"><\/span>\r\n    <\/fieldset>\r\n<\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-442f932 elementor-widget elementor-widget-shortcode\" data-id=\"442f932\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[display-frm-data id=7437 filter=limited]<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d18aa1 elementor-widget elementor-widget-html\" data-id=\"1d18aa1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<script>\n    jQuery(function($) {\n                $('input.deletable').wrap('<span class=\"deleteicon\" \/>').after($('<span\/>').click(function() {\n                    $(this).prev('input').val('').trigger('change').focus();\n                    \n                    \n                    $(\".faqcategory\").each(function(){\n                        $(this).show();\n                    });\n                    \n                    $(\".faqcategory .elementor-toggle-item\").each(function(){\n                        $(this).show();\n                    });\n                }));\n            });\n        <\/script>\n        \n        \n        <script>\njQuery(function($) {\n\t$(\"input.deletable\").on(\"keypress\", function(e) {\n\t\tif (e.which === 32 && !this.value.length)\n\t\t\te.preventDefault();\n\t});\n});\n<\/script>\n        <style>\n            span.deleteicon {\n                position: relative;\n            }\n            span.deleteicon span {\n              position: absolute;\n            display: block;\n            top: -3px;\n            right: 10px;\n            width: 32px;\n            height: 32px;\n            background: url(\/wp-content\/uploads\/2021\/01\/icons8-delete-32.png) 0 0px;\n            cursor: pointer;\n            background-repeat: no-repeat;\n            }\n            span.deleteicon input {\n                padding-right: 16px;\n                box-sizing: border-box;\n            }\n        <\/style>\n        \n        \n<script>\n    jQuery(function($) {\n    $(\"#filter\").keyup(function(){\n \n        \/\/ Retrieve the input field text and reset the count to zero\n        var filter = $(this).val(), count = 0;\n        \n        if(filter == '')\n        {\n            $(\"#filter-count\").fadeOut();\n        }\n        else\n        {\n            $(\"#filter-count\").show();\n        }\n       \n \n        \/\/ Loop through the comment list\n        $(\".faqcategory\").each(function(){\n \n            \/\/ If the list item does not contain the text phrase fade it out\n            if ($(this).text().search(new RegExp(filter, \"i\")) < 0) {\n                $(this).fadeOut();\n                \/\/ var parenthead = $(this).closest('.faqcategory');\n                \/\/ parenthead.find('h2').fadeOut();\n                \n                \n                    $(\".faqcontainer .elementor-toggle-item\").each(function(){\n         \n                    \/\/ If the list item does not contain the text phrase fade it out\n                    if ($(this).text().search(new RegExp(filter, \"i\")) < 0) {\n                        $(this).fadeOut();\n                        \/\/ var parenthead = $(this).closest('.faqcategory');\n                        \/\/ parenthead.find('h2').fadeOut();\n                        \n         \n                    \/\/ Show the list item if the phrase matches and increase the count by 1\n                    } else {\n                        $(this).show();\n                        \/\/ var parenthead = $(this).closest('.faqcategory');\n                        \/\/ parenthead.find('h2').show();\n                        \n                        \n                        \/\/count++;\n                    }\n                });\n                \n \n            \/\/ Show the list item if the phrase matches and increase the count by 1\n            } else {\n                $(this).show();\n                \/\/ var parenthead = $(this).closest('.faqcategory');\n                \/\/ parenthead.find('h2').show();\n                \n                \n                  $(\".faqcontainer .elementor-toggle-item\").each(function(){\n         \n                    \/\/ If the list item does not contain the text phrase fade it out\n                    if ($(this).text().search(new RegExp(filter, \"i\")) < 0) {\n                        $(this).fadeOut();\n                        \/\/ var parenthead = $(this).closest('.faqcategory');\n                        \/\/ parenthead.find('h2').fadeOut();\n                        \n         \n                    \/\/ Show the list item if the phrase matches and increase the count by 1\n                    } else {\n                        $(this).show();\n                        \/\/ var parenthead = $(this).closest('.faqcategory');\n                        \/\/ parenthead.find('h2').show();\n                        \n                        \n                        count++;\n                    }\n                });\n                \n                \/\/count++;\n            }\n        });\n        \n        \n \n        \/\/ Update the count\n        var numberItems = count;\n        $(\"#filter-count\").text(\"No. of occurrence found : \"+count);\n    });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>display-frm-data id=7437 filter=limited<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth-alt.php","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-6127","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/pages\/6127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/comments?post=6127"}],"version-history":[{"count":21,"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/pages\/6127\/revisions"}],"predecessor-version":[{"id":7759,"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/pages\/6127\/revisions\/7759"}],"wp:attachment":[{"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/media?parent=6127"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/categories?post=6127"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mywpbwp-uat.3didemo.com\/index.php\/wp-json\/wp\/v2\/tags?post=6127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}