• how to stop the simple flash tween with JQuery?

    I have made the classical tween on flash CS5 then i like to use it Wallaby-HTML5. Now i need to control my animation to play pause functionality. What could be the solution to external control over the animation of flash. Should i make the Play Pause button and how to control over through it???
  • Struggling to install plugin

    Hi guys, I have been trying to install a little Jquery / Ajax plugin but can't seem to get it working. You can see the translation flags in bottom left of the header here: http://www.ggluk.co.uk In Thesis options > additional scripts I have: Code: <script type="text/javascript" src="<?php bloginfo('url');?>/js/jquery.translate-1.4.5.js"></script>In my root directory I have ajax.php, the images and the js file.  Jquery is enabled. In my custom_functions.php I have: Code: //translation plugin function
  • page width on jqm on phonegap app for android

    Maybe a newbie question, I'm trying to build a simple app with a 480px wide map for my desire hd android phone, using jqm 1.0a3 but whatever I try it will always show only a 320px wide view (sometimes scrollable, but never just 480px wide with a 1:1 resolution)... This makes my map (which is nice looking when using the same code in a normal phonegap html page) look unsharp in jqm Even without a map I cannot set the size of a bordered div to say 460px and see the full div Any advice? Regards, Richard
  • Hi Everyone!

    I have done a recent tree structure menu in jquery and i would like to know your suggestions on the same. Critical reviews are always welcomed. Do tell me how can i improve the code. Here is the link. http://mediamilan.com/how-to-create-simple-tree-structure-menu-using-jquery-and-css/
  • problems with unchecking checkboxes

    Hi, I'm using jquery-UI-package (version is up to date). So i love it but now I have problems with checkboxes.   I want to uncheck it with javascript. This my Code: var checkBox = document.getElementById("checkBoxId"); if (checkBox.checked)        checkBox.checked = false;   The checked-flag is set to false, but the checkbox-button looks like it is still checked. If I click that button ones more, for the user happens nothing. In real, the flag changes from false to true, but because the button looks
  • Modifying content of iframe

    Hello I need to modify the content of an iframe. I have tried many approaches, have not yet found a working solution though. :( I do understand that there is a same origin policy, but I have disabled it via JS for Firefox and I have also tried Chrome with --disable-web-security. The following example works when I use a relative path like "test.html", It does however not work with a complete URL. Does anyone have an idea about this? Thank you so much! <!DOCTYPE html> <html> <head>   <script src="http://code.jquery.com/jquery-1.5.js"></script>
  • Animation on text hover

    Hello everybody, I've used jquery in few sites for open lightbox, for sliders, scroll... But I don't know if it's possibly to do what I want with jquery and I've never used "effects" with jquery, so I ask you this question and how. In this flash site : http://www.veronikacugurajewellery.com/ I want to realize the same effect on the text hover but with jquery/css. It's possibly or not ? And if it's possible, how do you do an animated effect on text hover ? Thanks. Bye.
  • Animate using opacity works but sliding does not?

    Hi all, New to jQuery and JavaScript in general so hopefully I am doing something really stupid? I have 2 divs on a page, the outer div has an inner div nested within it, both have different background images set to them. I managed to program the following fine: $(function(){ $("div.outer").hover( function() { $("div.inner").stop().animate({"opacity": "0"}, "slow"); }, function() { $("div.inner").stop().animate({"opacity": "1"}, "slow"); }); }); So that when you hover over the div, the inner div
  • jQuery 1.5.1 with autocomplete 1.1

    Hello, we've been using jQuery 1.2.6 with autocomplete 1.1pre for some time now and it has been working ok, but after we upgraded jQuery from 1.2.6 to 1.5.1 the autocomplete stopped working. I think it's best if I just paste the code: $().ready(function () {         $("#<%=txt_proizvajalec.ClientID%>").autocomplete('autocomplete/SearchCategory.ashx', {             dataType: 'json',             minChars: 0,             extraParams: { type: function () { return "1"; } },             width: 500,            
  • IE 8 ajax sync problem

    Hi all, i used a plugin that http://code.google.com/p/jquery-loadmask/ and i used , ....click(function() {      var aa =  $(this);       aa.mask("loading");      $.ajax({         url: url,         async:false,         dataType: 'json',         success: function(resp){             if(resp) { aa.unmask(); }       }       }); } like this.. it works FF and others but i cant see loading in ie.When i wanted to find problem, i deleted "async" so it would be true and then i can see ie.But, my ajax must be
  • Superfish menu - showing submenus on the left of parent menu

    Hi. I'm using superfish menu jquery plugin, and I'm wondering if someone know how to update plugin that you can decide if sub - sub menus wil be shown on the right (that is in the original) or on the left side of the parent menu. The problem is, that if the last menu is near the end of the browser, than the sub - sub menu will go off side the browser. Thank you, Toni
  • I am using a jqery gallery and facing a problem with chrome and safari ...

    http://trademarkvisual.wsiefusion.net/test11.htm I am using a xml gallery on the page above but I am facing a some problem with chrome and safari .In mozilla its working fine but in chrome the left and right arrows comes at same position ....You can check the code by seeing source or using firebug in Mozilla  Firefox . Please help me as soon as posible...I am no knowledge about jquery 
  • Form select options open up in a dialog when placed inside a dialog

    The select options open up in a little overlay with a pop transition when placed on a page, but when in a dialog, it opens up as another full dialog. How do I make it open as an overlay? <div data-role="dialog">     <div data-role="content" >             <form data-inset="true">          <div data-role="fieldcontain"> <label for="select-choice-1" class="select">Choose shipping method:</label>               <select name="select-choice-1" id="select-choice-1">       <option value="standard">Standard:
  • jquery validator show correct inputs

    I'm using the jquery validation plugin and I'm wondering if there's a way to display text if the input is acceptable. for example: if there's a username text box and there's an error, it says "there's an error here" but if there's no error and there's something in there it says "great!" or something a long those lines. anybody know if this is possible with this plugin?
  • Attributes of elements in loaded content..

    I have a question regarding child attributes.. In my page i used load() to load some content from other page(page-2) into current page.. And in that page-2 there is an iframe at some point.. Can you please tell me how to access the attributes of this iframe in page 2 from page-1's script..?
  • jQuery Position Logic: Shouldn't this work in Safari?

    This works in Firefox and even IE 6 but for some strange reason, it isn't working in Safari. I'm probably missing something in my code but I also noticed the same issue with the jquery site: http://docs.jquery.com/UI/Position If you hit that page with Firefox, the blue box appears on the right side. But if you hit it with Safari, the blue box appears on the left side. Any thoughts on what's going on? Thx. $(document).ready(function() { $("#myRedBox").position({ my: "left top", at: "left top", of:
  • Grouped checkboxes with inset list ... possible?

    I'm trying to create vertically grouped checkboxes that each have a "more info"-type icon on the right, leading you to more information about each item. Basically the same as the iPhone/iPad Wi-Fi "Choose a Network..." combined checkbox/list view in Apple's "Settings" application. Behavior: 1. Click anywhere except on the "More Info" icon and it checks the checkbox 2. Click on the "More Info" icon and it takes you to another view I see support for the "More Info" functionality in the inset list section
  • Jquery-tmpl

    Hello everbody! It's my first question in this forum and I hope you can help me! Well, I'm making a Json request and after the result comes I do the following:              if (resultado.BuscarAtualizacoesResult != null) {             var lstAtualizacoes = $("#lstAtualizacoes");             $("#tplItemAtualizacao").tmpl(resultado.BuscarAtualizacoesResult).appendTo(lstAtualizacoes);        }       else {             alert('It doenst work! try again later ');       } This code is working fine! But
  • Using .not() and .first() @ same call

    Hi all; I have a a problem using .not concatenated w/ .first and would like some help if possible:        <div class="innovempty cloned"></div>        <div class="innovempty"></div>        <div class="innovempty"></div>        <div class="innovempty cloned"></div> would like to get something like $('.innovempty:not(.cloned).first').remove(); the 1st innovempty which is not .cloned is there someone which has a suggestion? Thanks in advance!
  • How to transmit data of restricted dates to the datepicker?

    Greeting. Apologize for the poor knowledge of the language... I have a question. I need to transmit the data of the restricted dates to the DatePicker, but i can't find on the site info how to do it. I made the reservation for the sanatorium, and a visitor on the site should have see which rooms are free on a  certain date range. But how can i transmit this data to the DatePicker? And how this date should be like? Sorry again for my poor language.
  • Slide Rotator - list items on slide

    Hi All I am trying to create a slide rotator. Have been successfull with that. However my problem is that over each image i need to have a div with hyperlinks. As the image slides i need the div to slide with it and on the new image i need a different div with different set of hyperlinks. My code so far is as such: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">     <head>     <meta
  • value set in an event handler using css() method is not get next time

    hi, I've a very simple code where i am setting the font-size to currect font-size + 2 for a paragraph. Its set first time but when next time event handler is called it gets the same old value.   code is ...   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>     <title></title>     <script type="text/javascript" src="jquery-1.4.4.min.js"></script>     <script type="text/javascript">
  • firing an event on addClass

    Hello, I wonder if jQuery should add events to addClass and removeClass methods so we could add event handlers in our applications. I saw this discussion http://stackoverflow.com/questions/1950038/jquery-fire-event-if-css-class-changed where it is suggested to overwrite original addClass method,  it seems this behaviour shoud be part of JQuery. Maybe change() method can be modified: $('selector').change('css', function(){       //do something }) Your thoughts?
  • Image Slider Help

    having a problem with my image slider need help http://sldim.com/myspace/index-2.html
  • datepicker range maxdate

    I am trying to use the example for the datepicker date range.  I'd like to limit the range to not allow any dates after today.  I have tried to put maxdate here... var dates = $( "#enterfrom, #enterto" ).datepicker({       maxDate: "0",       changeMonth: true,       onSelect: function( selectedDate ) {             var option = this.id == "from" ? "minDate" : "maxDate",                   instance = $( this ).data( "datepicker" ),                   date = $.datepicker.parseDate(                         instance.settings.dateFormat
  • How do you check if a select option has been selected and then hide a div?

    I tried using the following code to check if the user has selected a particular option in a single select drop down has been selected, then add a class to a  div to display it but it's not working and I can't figure out why. I've tried a ton of other things to but this one seems to make the most sense. if ($("#existing-subscriber option[value='Yes']").attr('select')) { $(".information").toggleClass("show"); }
  • What does PhoneGap support mean in Graded Browser Support chart?

    In the graded browser support chart (http://jquerymobile.com/gbs/) PhoneGap is similar, but not quite as good, as the Native column. My initial assumption is that PhoneGap uses the default browser for each device, which would mean it doesn't require its own column in this chart. Is this not true? I noticed John Resig mentions PhoneGap "uses WebKit as its rendering engine" in this presentation (http://www.slideshare.net/jeresig/testing-mobile-javascript?from=ss_embed), which would imply the PhoneGap
  • Hours of Operation Slider

    I am looking for a jquery plug in that will make it easy to enter Hours of Operation ( to indicate when a business is open) as a form element. My current solution is Egor Khmelevs Safari Style Slider ( http://blog.egorkhmelev.com/2009/11/jquery-slider-safari-style/ ) but it will not jump to where you click on the slider, and will only allow selection by dragging the pointers. Is there a way to modify this plug in to accept click events to set the pointers? Or is there a better solution for what I
  • Selection field + disabling fields

    Got some problems with a php script that outputs a jQuery script. The purpose of the jQuery code is that when you select an item from the select field that other items need to be disabled(works correct in all conditions) and that at the same time text in corresponding divs' text are altered. The thing is that the script basically works.. however when you've made a selection only the disabling works everytime but the divs are only updated once, so you need to refresh the page if you want to do it
  • Problems with show() in IE with image map using hilight plugin

    I have an input which has an onclick event that will display (show()) the maphilight content within a div (initial css display:none) when in focus.  My problem is strange and only seems to effect IE.  That is the image map within the div does not display when the div is revealed by the onclick event.  The div does display however the map is not displaying.  If I remove the css display:none attribute it dipslays fine (but not as i need it obviously), so it appears to be a issue with IE not processing
  • Tabs broken in 1.8.11 ?

    Just used the themeroller to generate new css and js files (created jquery-1.5.1.min.js and jquery-ui-1.8.11.custom.min.js). When I lined them to an existing page with existing tabs(previously 1.8.7), the tabs broke broke -- all content displayed vertically under the first tab, no ability to navigate to other tabs. I checked the demo file in the download package (jquery-ui-1.8.11.custom/index.html) and the tabs are broken there too. Is this a problem with 1.8.11 or could themeroller be having problems?
  • Jquery datepicker implementation

    Hi guys, Ive got the datepicker working on this page: http://www.deans-place.co.uk/site1/date2.php Im now trying to implement it into my form. So far ive added the includes for the datepicker to my existing form header so it looks like this.... <link type="text/css" href="themes/custom/jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <script src="includes/jquery.js"></script> <script src="includes/ui.core.js"></script> <script src="includes/ui.datepicker.js"></script> <script type="text/javascript"
  • Am i missing something? List of css properties available in jQuery .animate()

    We've started using a lot of jquery animation, the difficult issue im having is finding a list of css properties you can use in the.animate() function? I seem to come accross this problem with a lot of jQuery - some great examples but no lists of properties and variables and what to expext in those variables for functions. Surely im missing something? Some super big help area or manual that lists all this stuff in?
  • Fade in chosen photo

    Im using the code below for a gallery, where you click on the thumbnail and the large image appears on the right hand side. It work's great, but I would like the image to fade in instead of just appear and I can't seem to find where to enter the .fadeIn(). Thanks for any help       <script type="text/javascript"> //gallery $(document).ready(function(){ //Swap Image on Click $("ul.thumb li a").click(function() { var mainImage = $(this).attr("href"); //Find Image Name $("#main_view img").attr({ src:
  • Problem with 'object undefined' in custom facebook newsfeed plugin

    Hi I'm writing a plugin to retrieve the news feed from facebook. I'm getting the expected results from facebook but my plugin gives a 'undefined object' error even when its not rendering anything. Could someone please look at my code and maybe give me a pointer where the error(s) are? // JavaScript Document (function($){     $.fn.fbFeed = function(options){         var opts ={             username: 'exiledscot1',             count: 5,             refresh_interval: null         };         if(options){$.extend(opts,options);}
  • Datepicker works only FF and Chrome

    I love the custom datepicker. It works and does not inhibit Spry in Firefox(3.6) and Chrome(10). However, it is not working in IE (9,8.7), Safari (5) or Opera(11) with Spry Validate also inoperative - unless I remove the scripts calling the datepicker...then validate works, but the datepicker does not, of course. I do not use Spry Validate on date/datepicker field.  I have the following in my head section and hope someone will provide basic guidance. This is way over my thick head. Thanks, Chrissy
  • My first jQuery and need some help optimising

    Hi everyone ... I'm pretty sure this will be an easy answer that has been answered before however I'm not even sure what I should be searching for in the forums... so I'm working on my first jQuery site and it is all working, but my code is becoming long and I'm sure there is a way to reduce it.  So basically I have a heap of DIVs labelled DIV_L1.. L2... L3 etc etc. Each one changes the content inside my main div called DIV_Video. It also changes the caption. As far as I can tell it is working, but
  • How to use autocomplete/combobox but restricting choices to the select list only?

    Hi, I'm investigating if I can use a JQ UI combobox for my page instead of the existing select box.  The problem with my current select box is that it is just too long, and users spend too much time searching for the right value.    I'd like to use the combobox instead, but can't see how to limit the choices that the user can enter to what is in the drop down list.  It seems as though the user can enter any value into the combobox.   Is there a way to limit the user's options to specifically what
  • Someone willing to help me with clueTip and retrieving from a database

    Hi, so im using clueTip to embed a video when a link is hovered. This is my code <script>  $(function() {     $('a.title').cluetip({         splitTitle: '|',         arrow: true,         width: '300px',         height: '350px',         closePosition: 'title',         closeText: '<img src="cross.png" alt="" />',         sticky: false,         onShow: function(ct, c) {             var src = c.text();             c.html('<embed ' + 'height="200" ' + 'width="100%" ' + 'wmode="transparent" ' + 'pluginspage="http://www.adobe.com/go/getflashplayer"
  • Theme does not cover whole screen.

    On an Ipad the theme does not cover the whole screen area (data-theme="a")
  • Next Page

  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of