-
* 在提交 issue 之前,请搜索相关内容是否已被提出。
* 请确保你使用的是最新版的 mdui,当前最新版为 0.4.0
---------------------------
这是一个(可多选)
* [x] bug 反馈
---------------------------
* 使用平台:Windows10
* 浏览器及版本:Chrome 62
文本框组件 鼠标悬浮是…
-
* 在提交 issue 之前,请搜索相关内容是否已被提出。
* 请确保你使用的是最新版的 mdui,当前最新版为 0.3.0
---------------------------
这是一个(可多选)
* [x] bug 反馈
* [ ] 功能建议
* [ ] 新组件或新特性
---------------------------
* 使用平台:如 Android、iOS、Wind…
-
当我用mdui的js库进行异步加载时,页面可以加载进来,但是加载进来的js无法工作,就像是这样
```
$$.ajax({
url: 'another.html',
success: function (data) {
$$("#content").html(data);
}
});
```
对于another.html
```…
-
文档压根没提怎么按需引入?
-
---------------------------
这是一个(可多选)
* [x] bug 反馈
---------------------------
nodejs无法正常引入mdui
![image](https://user-images.githubusercontent.com/16662647/33483736-331b616a-d6da-11e7-9434-ba0f…
-
I'm just wondering if it's either currently possible, but not documented, or easily implementable, to have more than one IdP set up with this plugin.
-
```html
```
Use mdui js.
```js
var $$ = mdui.JQ;
// Would not open the file select dialog after run.
$$('#file-name-field').trigger('click');
```
But when using pure js inistead, open t…
xrlin updated
7 years ago
-
```
mdui.confirm('恭喜您,' + data.msg, data.msg, function () {
console.log('去登录');
}, {
confirmText: '去登录',
cancelText: '取消',
modal: true
…
-
https://dataverse-test.irss.unc.edu has been registered as an InCommon Service Provider (SP) at https://incommon.org/federation/info/all-entities.html#SPs and I observed that the Harvard Identity Prov…
-
When receiving a good SAML response back the verifySignature method responds `Error: certificate in document is not matched those specified in metadata`. I tried finding where the issue came from and …