問題タブ [jquery-easyui]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - jquery-easyuiはtreeviewにノードを追加します
私はjquery-easyuiTreeviewを使用しています。
私は次のコードを持っています。
コードは正常に実行されますが、新しく追加されたノードが表示されません。
どんな助けでも大いに活用されます
ありがとう、
c# - 「checked」というプロパティを作成する方法は?
EasyUI jquery treeを使いたい。そこで、この jquery ツリーで使用するクラスを作成します。
Jquery ツリー データ形式の例
私のモデル
CONTROLLER (これは必要ないかもしれません)
パラメータを使用しchecked
ます。モデルで定義する必要があります。しかし、私はそれを定義することはできません。(Error :"invalid token 'checked' in class struct or interface member declaration")
. これどうやってするの。または、それが不可能な場合は、私が望むものを達成する別の方法です。
ありがとう。
asp.net-mvc - タイプのオブジェクトをシリアル化しているときに循環参照が検出されましたか?
DB MetersTree TABLE
コントローラ
あるべきデータ形式(例)
ツリーJsonデータを作成するにはどうすればよいですか?MetersTreeとその関係を記述すると、タイトルで定義されているエラーが発生します。
jquery - 選択されていないデータグリッド行を取得するjquery easyui
jQuery EasyUI データグリッドを使用して、ユーザーにデータを表示しています。以下を使用して、データグリッドで選択された行のデータを取得する方法を知っています。
しかし、データグリッド内の特定の行をその ID などで (行を選択せずに) 取得する方法を知っている人はいますか?
これを行う方法がどこにも見つからないようです
前もって感謝します
jquery-easyui - easyui 2 つのコンボ ボックスの動的データ ロード
実際、これは私が必要とするものです
誰かが「limitid」を選択しているときに、「LKR」、「AUS」などのように選択された「outstanding_currency」を表示したい
jquery - jqueryeasyuiコンボボックスからデータを削除します
jQueryEasyUIコンボボックスを使用してデータのリストを表示しています。jQuery EasyUI関数などを使用してjQueryEasyUIコンボボックスリストから特定の行を削除する方法はありますか?
jquery - Click binding lost after filtering values in a jQuery EasyUI combobox widget
I have two jQuery EasyUI Combobox in which I have a list of items. Each combobox has exactly the same list of items. What I'm trying to do is that when I select one item from the first combobox, I want the selected item to be unavailable on the second combobox (and vice versa). I did this by using the replaceWith() method of jQuery like:
That works fine as you can see from that DEMO. But the problem I have is that, when an item is replaced in a combobox, I can no longer click on the replaced item. For example, if you select Java in combobox1, Java will be removed from combobox2 (you're left with only Perl and Ruby), now if you select Ruby in combobox1, it will replace Ruby in combobox2 by the old value of combobox1 (which is Java), but now if you try to click on Java in combobox2, it does not work (I cannot click). Can anybody tell me how I can solve this situation. There seems to be also some empty divs that are added to the list when I replace an element from that list by another one. Any idea how can I resolve these issues please?
You can view the code in THAT DEMO
jquery - プログラムまたはユーザーによるjquery easyuiイベント
データのリストを含むjQuery EasyUI Comboboxがあるとします。そのコンボボックスからの選択がユーザーまたはプログラムによって行われたかどうかを検出するにはどうすればよいですか? を探すことでそれを検出できると言われていevent.originalEvent
ますが、ユーザーがコンボボックスから選択したとき (またはイベントがプログラムによってトリガーされたとき) に、そのプロパティを見つけることができないようです。
ありがとうございました
jquery - jquery easy uiコンボボックスにフォーカスがあるかどうかを検出
次のような jQuery EasyUI コンボボックスがあるとします。
コンボボックスにフォーカスがあるときを検出し、それに応じて何らかのアクションを実行するにはどうすればよいですか?
私は次のようなものを試しました:
と
しかし、それらのどれも機能しません。何かアイデアはありますか?
ありがとうございました