I've wrote a jQuery plug-in and i would like to minimize it but I don't know how to do it correctly, does exists some tool to do it or should I do it manually?
you can use YUI compressor or uglify
Hope this helps
Related
Is xpath-locator plug-in for Firefox can help in locating the elements in selenium script.
Any limitation using this plug-in in script?
It's always better to create your own xpath using firebug, firepath (a firebug extension) , webdeveloper or any other tool. You will learn to create xpaths which are not brittle. :)
Your question is very generic. It is not possible to cover all or at least the most variants of dynamically generated HTML source code to find elements by just using Xpath or CSS selectors. You will need a more "intelligent" logic.
If you tell us what your exact task is, we may help you with a solution for your problem.
Can anyone suggest nice Jquery Decision maker plug-in or demo, I have the one below, but its not that good http://listui.com/?p=84
My Google-fu brings up jQuery Option Tree and another SO question which leads to the more common name of "cascading dropdowns" or "cascading selects", for which there are a few plugins in the jQuery plugin directory and I'm sure more via Google
I am looking for a javascript library that provides a comprehensive set of widgets that covers most HTML elements and also has a good grid table. The out of the box look and feel must be good. Ajax will be nice as well or else must have ability to attach event handlers.
Any ideas?
PS:
Dont say jQuery please.
Anyway jquery is suited for normal needs , i won't personally recommend you any other thing but for the question part you can either go for Mootools OR YUI
EDIT
Go for a look over here
http://javascriptlibraries.com/
Is there a reason why not jQuery? It's arguably the best one out there...but anyways, some alternatives are Prototype, MooTools and Dojo...but if you're shying away from jQuery because it's "hard" or some other similar reason, you're not going to have much more luck with any other library out there...all pretty much the same thing...
Has anyone taken the jQuery split-button buttonset() functionality to make a ready-to-use SplitButton plug-in with the dropdown-menu functionality already built-in, and which is also theme-savvy?
Look at this tutorial: http://jquery-easyui.wikidot.com/tutorial:splitbutton. It may help you.
I stumbled upon http://www.kettletime.com.au/chance where the user needs to drag and drop a box with a number into another box to prove that he is human.
How do you implement this? Any free library to do this?
Thanks
It appears to be this one: http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin.
How do you implement this?
Of course, you can implement the functionality on your own (see other answers), but this plug-in seems to be highly configurable :)
Any free library to do this?
Yup, see link above.
I suggest using jQuery library with jquery UI official plug-in.
Here is a demo and code:
http://jqueryui.com/demos/droppable/
You should take a look at JqueryUI. The have a direct drag and drop implementation.
http://jqueryui.com/demos/draggable/