I am looking for jQuery plugin that does something very similar to google translate when you click on 'detect language'. I couldn't find this in jQuery UI - is there anything out there?
Take a look at http://closure-library.googlecode.com/svn/docs/index.html and, for the combobox code, http://closure-library.googlecode.com/svn/docs/closure_goog_ui_menubuttonrenderer.js.source.html
Related
I need to create a draggable incremental indicator(i don't know whats the exact terminology for this.), basically something like below:
Now i came across THIS plugin. Now this plugin works fine, but i was just wondering if there are other plugins like this one that i can use and get a similar effect ?
P.S. I don't want to use jQuery UI , just jQuery and jQuery plugins.
You can use this one: http://seiyria.com/bootstrap-slider/
It's possible to use this library with or without jQuery
Repo: https://github.com/seiyria/bootstrap-slider
These are called sliders.
You can use this one if you want
https://refreshless.com/nouislider/slider-values/
Does anybody have any idea if it's possible to create a jsFiddle in which I can use the framework jQuery Easy UI? I cannot choose jQuery Easy UI in the list of the frameworks.
Please let me know if that's possible and how I can do it please.
How about something like this jsfidde link ?
You should select jQuery as your framework and the click the add resources button and add the desired js and css (you can look at this page to see what dependencies the demo has).
In your case, I think the resources are
http://www.jeasyui.com/easyui/jquery.easyui.min.js
and
http://www.jeasyui.com/easyui/themes/default/easyui.css
Here is the documentation for adding resources on jsFiddle: http://doc.jsfiddle.net/basic/introduction.html#add-resources
is there any body who knows what javascript plugin that about.me use ? especially when editing a profile .. check this out: www.about.me
My question:
i want to know every jquery plugin that aboutme use. i like the dialog box tabed style ..is there anybody who know about the plugin about.me use ?
i tried to see the source code, inpecting the element in the about.me site. but i dont know what is the jquery plugin/ javascript that aboutme use.
As far as I see all their custom code is stored in the aboutme.js file. It doesn't seem their code organized as the jQuery plugins. However you can find some plugins in jquery_plus.min.js. They are:
http://www.whitespace-creative.com/jquery/jnice/
jQuery Form Plugin
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
http://benalman.com/projects/jquery-throttle-debounce-plugin/
http://sorgalla.com/jcarousel/
I m developing an application in YUI. And need to implement a slider for 3 forms.
which will work exactly like this JQuery Plugin :
http://tympanus.net/Tutorials/FancySlidingForm/
I am very noob in YUI.
So can anyone provide me code snippet for this kind of slider..?
as mozillanerd suggests you can use the jquery Plugin in your page along with any YUI code you have, otherwise you might have to roll your own. If you do put it up on the gallery so others can use it.
I found a similar widget in YUi i.e. YUI 2.x Carousel widget
http://developer.yahoo.com/yui/examples/carousel/csl_imagentext_source.html
maybe this will fit in my scenario. I will try this and let u know guys..!!
I love the way StackOverflow handles tags. Is there any jQuery plugin that would duplicate the behavior?
I found this jQuery Tag Suggest but it's not near as good.
Any suggestions?
The jQuery UI Autocomplete widget has something very similar now worth checking out (if you're already using jQuery UI): the Autocomplete multiple values example.
Here is another awesome example of how to do it using Rails and jQuery UI Autocomplete:
http://railscasts.com/episodes/102-auto-complete-association-revised