I'm trying this TokenInput JQuery and it's really cool. How can turn everything to RTL language? I mean: the filling of the input field, the suggestions, the "searching..." label..

Maybe this is general question and not TokenInput question...

<script type="text/javascript">
    $(document).ready(function () {
        $("#my-text-input").tokenInput("http://localhost:18627/Home/SeriesAutoComplete", {
            theme: "facebook",
            searchingText : "searcing"
        });
    });
</script>

enter image description here

有帮助吗?

解决方案

It looks like someone may have already implemented this, and shared it on GitHub. Check out these pull requests.

https://github.com/loopj/jquery-tokeninput/pull/536/commits

I haven't tested it myself.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top