問題タブ [semantic-ui]

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.

0 投票する
3 に答える
9618 参照

checkbox - セマンティック UI のチェックボックス

セマンティック UI でチェックボックスを実行しようとしていますが、機能せず、何が間違っているのかわかりません。jquery、semantic.min.js、checkbox.js、semantic.min.css を含めて、次のコードを追加します。

コンソール出力はありますが、チェックボックスの画像は変わりません。

0 投票する
1 に答える
1406 参照

javascript - codeigniter で警告メッセージが成功する

このプログラムに問題があります。モーダルにセマンティックUIを使用したいのですが、うまくいきません。ボタンの順序をクリックするとモーダルが表示されますが、私の問題はボタンの順序をクリックすると新しいページが表示されます。データベースに挿入できません。

ビューコード:

とスクリプト

コントローラーコード;

コードの問題の場所とその解決方法を教えてもらえますか? ありがとうございました。

0 投票する
4 に答える
20027 参照

javascript - how to use semantic-ui modal

I have problem with semantic-ui modal, when I click order, I would show modal, but modal is not working well. After I click order modal, the modal just showed and then closed by itself.

view code

script modal

Can you help me to solve this problem? thank you.

0 投票する
2 に答える
10125 参照

angularjs - AngularJS を使用して、セマンティック UI のドロップダウンで ng-options を選択します

したがって、セマンティック UI は、私が感銘を受けた最新の「ホットな」UI フレームワークに表示されます。ただし、ドロップダウンは HTML の「select」および「option」タグの実装ではなく、カスタムです。私のプロジェクトでは、驚異的な JavaScript MVW フレームワークである AngularJS を使用しています。

AngularJS select ng-optionセマンティック UI のドロップダウンと統合するにはどうすればよいですか? 私はJSのプロではありません。これがJSfiddeです:http://jsfiddle.net/fMUy3/

JavaScript:

とても有難い!

0 投票する
3 に答える
2248 参照

ruby-on-rails - simple_form を使用したセマンティック UI

simple_form の設定方法を教えてください。セマンティックUIのチェックボックスを使いたいのですが、クラスでチェックボックスをラップすると、視覚的にはアクティブになりますが、チェックボックスをクリックしてもアクティブになりません。

http://i.imgur.com/C8Wn4K9.png

0 投票する
1 に答える
462 参照

javascript - Semantic UI modal closes on Twitter Typeahead selection

I have a Twitter Typeahead inside of a Semantic UI modal. The desired behavior is that the user can select something from the typeahead and still work within the modal before confirming their selection. However, if the user clicks on a selection, then the modal closes early. This only occurs when clicking; if the user uses the arrow keys to select an option, or uses Tab to complete, then the modal stays open as desired.

I've made a JSFiddle to demonstrate the problem. Minimal code summary below:

index.html:

main.js:

I've tried returning false from setUser and also calling e.preventDefault(), but neither has solved the problem.