i have a textfield which has the autocomplete plugin of jquery .I am getting the json data from the PHP in the form of (ABC:BCD) what my problem is iam getting autocomplete but when i select that iam getting the value in the textfield
$("#txt1").autocomplete({
minLength: 1,
source: "abc.php?searchMode=''",
select: func...
i find two :
1.jstree
2.TreeView
whicih is better ?
and has any other better choices?
thanks
...
I need to create a thermometer type widget for a website, where I can feed in a goal and current amount, then generate a graphic that shows the progress. I was thinking something with jQuery/CSS would be the best approach, but then I started thinking maybe just using a vertical slider from the jQuery UI library and skinning it. How wou...
I'm currently developing a web application designed for the administration of vending machines and such.
I decided to use jQuery, jQuery UI and jqGrid for this project, so I can easily provide a great and highly customizable user interface.
Unfortunately, the jqGrid documentation is pretty outdated and doesn't cover all the features of t...
This is the plugin:
(
function($)
{
$.fn.foo=function()
{
$(this).focus()
return $(this)
}
}
)(jQuery)
Now, $('input#foo').foo() does not get focus. Any idea why?
...
I have verry strange problem.
I've found this plugin
http://code.google.com/p/jquery-formatcurrency/
which in it's basis do the job, but I need a little customization.
I want to use it's features but when I set settings like this
$.formatCurrency.regions[''] = {
symbol: '',
positiveFormat: '%n',
negativeFormat...
Hey,
I'm having a hard time getting the jQuery Validation plugin to work as i want. Please bare with me since i'm no jQ expert :)
What I have is a form with several required inputs, rules as showed below:
$("#makeEvent").validate({
onfocusout: false,
rules: {
name: {
required: true,
minLength: 2...
First off, my question is really similar to a question posted here, with the difference being I am using wordpess and the nextgen gallery plugin to manage my images, which writes images thumbnail images as such:
mygallery/image1.jpg
mygallery/image2.jpg
etc...
and thumbnails like this:
mygallery/thumbs/thumbs_image1.jpg
mygallery/thu...
Imagine a slideshow looks similar to this: http://malsup.com/jquery/cycle/div.html except it has only two images instead of three.
Also imagine that it has two triggers, like the demo in the middle of this page: http://jquery.malsup.com/cycle/lite/
That's what I want to build.
However, when you press 'next' and 'prev', I would like ea...
I recently stumbled upon a jQuery plugin that was supposed to force IE to render properly. I can't remember what it was called.
Does anybody know what I'm talking about?
...
Mint.com has possibly the best category/subcategory control I've seen. It is a combination of autocomplete and a two-level menu - complete with keyboard support.
Does something like this exist as a jQuery plugin or stand-alone javascript control? If not, what approach would you use to make one. It looks like they are using YUI.
He...
I am using a number of jQuery plugins. Is it more efficient to reference them separately in the master page, or should I lump the contents of each file into a single jQueryPlugins.js file and reference that?
...
Hi
I've got the following code:
$(document).ready(function(){ $("a#cakeImages").live("click",function() fancybox({
'titleShow' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
}))
});
and I've got the correct images :
<a id="cakeImages" href="cakes/2/1.jpg" >
<img alt="cakeImages"...
How can I define an alternate close button for jQuery dialog?
I want an anchor with the class "popup-close" to close the open dialog.
Simplest is best!
...
Hello All,
I have tried a jquery to do the page pagination. The example is showing the following:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>
<script type="text/javascript" src="quickpager.jquery.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
$...
Hi jquery ninjas.
I really need your help. I need a menu with images you can scroll horizontal and found the scrollable plugin (http://flowplayer.org/tools/scrollable/index.html) which do the trick.
But now I want more :) I'm showing 3 images at once and want the image in the middle to be bigger then the image to the left and right. Wh...
Similar to Coda Slider, but instead of moving between tabs automatically based on a timer, is there any plugin where it's possible to call a method on it or something similar to move to the next item? Thanks for reading.
...
Hello... Can anybody tell me how to implement jqgrid in spring mvc3.0????
If anybody has got a sample application for the same....
...
Hi,
I'm using jQuery BlockUI Plugin to show busy message when a click event is fired.
In the scenario below, it's working fine. The busy message shows and locks UI on click event, and dissapears when postback's done.
No file creation involved, which invokes browser Open/Save As dialog box
Mark-up:
$(function() { // when document has...
I'm very new to javascript & jQuery, and can't work out how to do this. The source code can be found here. Thanks for reading.
...