{"id":280,"date":"2016-06-27T15:36:35","date_gmt":"2016-06-27T14:36:35","guid":{"rendered":"http:\/\/tastaturkind.ch\/?p=280"},"modified":"2016-06-27T15:36:35","modified_gmt":"2016-06-27T14:36:35","slug":"d3-keep-first-option-in-select","status":"publish","type":"post","link":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2016\/06\/27\/d3-keep-first-option-in-select\/","title":{"rendered":"d3: keep first option in select"},"content":{"rendered":"<h3>html:<\/h3>\n<p>&lt;select id=&#8220;userMenu&#8220;&gt;&lt;option value=&#8220;&#8220;&gt;&#8211; Please select &#8211;&lt;\/option&gt;&lt;\/select&gt;<\/p>\n<h3>js:<\/h3>\n<p>d3.select(&#8222;select#userMenu&#8220;)<br \/>\n.on(&#8218;change&#8216;, function() {<br \/>\nupdateCheckboxes();<br \/>\n})<br \/>\n.selectAll(&#8222;option:not(:first-child)&#8220;)<br \/>\n.data(data)<br \/>\n.enter()<br \/>\n.append(&#8222;option&#8220;)<br \/>\n.attr(&#8222;value&#8220;, function(d) {return d.id; } )<br \/>\n.html( function(d) {return d.firstName + &#8218; &#8218; + d.lastName + &#8218;(&#8218; + d.id + &#8218;)&#8216;; } );<\/p>\n","protected":false},"excerpt":{"rendered":"<p>html: &lt;select id=&#8220;userMenu&#8220;&gt;&lt;option value=&#8220;&#8220;&gt;&#8211; Please select &#8211;&lt;\/option&gt;&lt;\/select&gt; js: d3.select(&#8222;select#userMenu&#8220;) .on(&#8218;change&#8216;, function() { updateCheckboxes(); }) .selectAll(&#8222;option:not(:first-child)&#8220;) .data(data) .enter() .append(&#8222;option&#8220;) .attr(&#8222;value&#8220;, function(d) {return d.id; } ) .html( function(d) {return d.firstName + &#8218; &#8218; + d.lastName + &#8218;(&#8218; + d.id + &#8218;)&#8216;; } &hellip; <a href=\"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2016\/06\/27\/d3-keep-first-option-in-select\/\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-280","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":0,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"wp:attachment":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}