2023-07-01から1ヶ月間の記事一覧

ラジオボタンに関してだけはjqueryを使わせてもらう

やあ子供たち。今日はラジオボタンに関してだけは、jqueryを使わせてもらって、ラジオボタンまわりの作成工数をぐっと縮めさせてもらおうという記事だよ。ラジオボタン(ポチ)は同じグループにしたいやつは同じnameをつけるよ。 はい、以下の3拍子セットを…

【教えてChatGPT】cssgridのspanについて

i want to declare a css class that would occupy a row where the target element lies in and also a row next to it, and would like to apply that class on whereever row that i want to . how can i declare such class by utilizing grid-row or so?

ejsのうまい使い方についてChatGPTに聞いてみた

本日のプロンプトエンジニヤリング。 == I have a nodejs json document composed of many fields, each of which has its own types such as text or number or boolean. I have to render this document in two modes. one for viewing it and another for…

mongodb 階層サーチ・内容の更新

thanks, finally icould reach my recognition as such, that in mongodb findOneandUpdate api, by using dot notation and arrayFilters option, one can search or modify whatever deeply nested elements that would satisfy the specified search cond…