• CLEditor Plugin image load

    I'm using the CLEditor in another JS framework and am able to get it working but the images won't load for me. I had to move the image folder to a non-standard location and incorporate the CSS contents into another CSS file.    I'm having trouble determining from the code where the images are loaded.  I do see a function called imagesPath() but it doesn't seem to be called.  I placed an alert in it which never gets called.    The tool bar renders but I see only vertical pipe separators and no icon
  • using pushstate() & popstate()

    I've got a page that loads() php files depending on what navigation item is clicked. I want to adjust this so the user can go through history, and also in an attempt to make the loaded pages crawlable. But, it seems to be over my head. I can't get anything to work, and not sure what I don't get. I've gotten to this point // function for navigation clicks     $("#top_nav li a, #footer_info").live('click', function(e){                     e.preventDefault();                 // highlight active nav
  • JQM+Dreamweaver+Phone Gap app works in the browser but shows no signs of CSS on the phone???

    I am currently working on the Android phone application for my university senior design project utilizing combination of JQM JavaScript and Dreamweaver's Phone Gap.  I am using HTC Evo 4G, Android 2.3.5 to test my apk's. While using JQM 1.0 along with JQ 1.6.4 that come with the Dreamweaver everything works fine. In order to take advantage of all of the new features and bug fixes I am trying to upgrade to JQM 1.3 and JQ 1.9. Once I make this change app works flawlessly in all four major browser.
  • JQuery Mobile 1.3.1 Samsung S GT I9000

    Hi, I'm using Samsung S GT I9000 to test one of our websites, but the $.mobile.silentScroll() not seems to work here. Any ideas? Cheers Grace
  • Testing and suggestions for syntax highlighting plugin

    Hello everyone, I'm developing a syntax higlighting plugin - { SynLighter } You can find it here http://kuzhagaliyev.kz/synlighter/ Please, if you have an opportunity take a look my plugin's performance, even thouh it's really basic now. I'll also accept any suggestions on things like highlighting colors, code compressing or making highlighting more reliable. Thanks in advance!
  • close jquery ui dialog box with form button

    my parent page launches a jquery ui whose conntent is loaded from a html page. the html page has a form button named 'btnsave'   'btnsave' onclick performs some db update and then the user clicks on jquery 'close' button to close the modal form.   is there a way that when btnsave onlcik is called, the db fn are called and then it can close the jquery ui modal form?  
  • mouse over

    Hi,   mouse over to Link text will show level 1 for About Us and Contact Us and then mouse over About Us sub link show under about us.  Instead of sub link shows under About Us, how can i make it shows on the right side?  Can you pls help?- thx    <script type="text/javascript">         $(document).ready(function()         { $("#show_div").mouseover(function() { $("#level1").css('visibility','visible'); }); $("#level1").mouseover(function() { $("#level1").css('visibility','visible'); }); $("#level1").mouseout(function()
  • Review of some JQuery - I know something can be changed...

    I think my if/else is rather clumpsy as it has some repetitive elements.                    if (country.Name == location) {                         $('#Countries').append($('<option>', {                             value: country.Iso,                             text: country.Name,                             selected: true                         }));                     } else {                         $('#Countries').append($('<option>', {                             value: country.Iso,                            
  • Transparency over jQuery slideshow

    Friends, We are removing a Flash movie we did several years ago on a site and replacing it with jQuery.  We are trying to do the effect shown here in Flash where the static transparency block goes over a slideshow:  http://www.thefortress.com.  Our jQuery slideshows fade-up/out along with the pictures, we'd like to have the block simply stay there.  Thanks for any assistance.  
  • Auto Populate with jquery

    hey guys... What i am trying to achieve is have one input form populate another. $(document).ready(function(){       $("#cr").change(function(){             $("#LDL").val($(this).val());       }); }); This code works great. If i put "1" in the text field and click out it will populate the LDL field with 1,  What i would like is to enter number "1" in the CR text field and output "CR=1/". Is there any way of making it Static? Here is the Fiddle!  http://jsfiddle.net/bBrF7/  Any help would be greatly
  • jQuery Mobile Architecture Documentation

    Hi, We are a team of four graduate students at Delft University of Technology working on a Software Architecture course (twitter:https://twitter.com/DelftSWA; professor: https://twitter.com/avandeursen ). We have tried to contact various members of the jQuery Mobile team on Twitter, but to no avail. We are working on documenting the architecture of jQuery Mobile and direct interaction with the developers about this documentation would be great. The project is hosted on github, but the repository
  • Jquery sidebar widget

    Hi,   I am looking to create a sidebar widget which overlays the users website, then the information pulled within the widget would be feeding from my website-would this be possible?   Many Thanks,   T
  • Console.IO Javascript Remote Web console

    Hello, I have create a small node.js app to help me developing web apps for smart tv and mobile web apps.  Console.IO is a Node.JS project. It provides Remote Web Console for websites, Javascript, Smart Tv, mobile phones apps. It uses express.io & socket.io to provide real time response from the browsers. It works pretty much on all modern browsers, mobile devices, Smart TVs, etc https://github.com/nkashyap/console.io Thanks Nisheeth
  • I want to know js and css version for my mobile application development

    Hi,       Please, Can you tell me what exact stable release for jQuery and jQuery mobile versions. I need to develop mobile application(not exactly native application). I don't know what it is the compact version of jQuery and jQuery mobile(css and js file). I mixed with different version of mobile and jquery version. This is my import list <link rel="stylesheet" href="./jmobile/themes/gray.css" /> <link rel="stylesheet" href="./jmobile/css/jquery.mobile.structure-1.2.0.min.css" /> <link rel="stylesheet"
  • Console.IO Javascript Remote Web console

    Hello, I have create a small node.js app to help me developing web apps for smart tv and mobile web apps.  Console.IO is a Node.JS project. It provides Remote Web Console for websites, Javascript, Smart Tv, mobile phones apps. It uses express.io & socket.io to provide real time response from the browsers. It works pretty much on all modern browsers, mobile devices, Smart TVs, etc https://github.com/nkashyap/console.io Thanks Nisheeth
  • View full site link from Jquery mobile page (prevent links from going back to mobile)

    Hi, I've got a jquery mobile site and I've put some code in the header of my "full" site to redirect to the mobile site based on the user's screen width. I've got a "full site" link on the jquery mobile site's home page however... Clicking the full site link DOES take me to the full site, but if I click on any links on the full site page, it redirects me back to the mobile site. I'm new at this. Can anyone help? This is the header redirect code: --------------------- function urlParam(name){            
  • Making functions in JQuery

    I feel like using too much classic javascript, and really like to encapsulate my functionality in JQuery. For example I have the following JS function:         function DoStuff(param) {            // Do stuff with param             return foo;         } from a JQuery button click I do like this.  $("#btnMyButton").click(function () {              //Do stuff              DoStuff(myParam);                           // Do some other stuff                            }); What is the best way to define
  • Hide the text of the paragraph when it is outside the div

    Hey guys! I am quite new to jQuery and I would like to make a simple slider where the images would fade in while the text would slide in from the left in the same time, over the image. This is how my HTML code is structured: <div id="container">                 <div id="cine-suntem">                     <div class="slide" id="slide1">                         <img src="images/yumm-pizza1.jpg" alt="Image Slide Pizza"  width="581"                         height="342">                         <p class="normal"
  • date validate

    Hi, i have form with several fields, but her is one of an example that would like to do.  if i click on name field, the text box for completed_date is enable but it's not really required or check for validate date. How can only validate this field is defined and invalid entered? <script type="text/javascript">     $(document).ready(function() {                 $("#form").validate();                     });     </script>     <input type="text" name="name"  id="name" class="required" title="Name is
  • Loading remote website and get element position

    Hi. I'm looking for a way to get every anchor element (<a>) position in remote file (the same server). I'm able to load this file to variable or another element but I can't get elements positions. (I also don't want to display this remote file). Is there any way to do such thing? Pls help. Regards, Emil
  • multi category image slider with jquery

    /* ********************* I want to create a photo gallery to display my project images. The scenario is like this... Thumbnails, each represnting  a project,  are displayed vertically one below the other on the left of the page. Each project can have multiple images. All images are stored in folders/directories on the web server. When you click on a thumbnail on the left, the first image of that project, by default, should be displayed enlarged on the right, with thumbnails of all the respective
  • jquery click event with variable doesnt work...

    hey there everyone, im really new at this stuff, so pls dont be to hard with me. i want to get the last input (file) of a div and fire a click on it. so here is my code     $(document).ready(function () {         $(upload).click(function () {             var largestID = $("#MainContent_FileUpload_wrap input:last").attr("id");             alert(largestID);             $(largestID).click();         });     }); and here the html <span href="#" id="upload" class="button middle" class="icon icon87" class="label">Dateien
  • JQuery dynamic active menu

    Hello jQuery Gurus. I have a menu dropline menu which works on static url's but not on dynamic url's. if the url is : http://mydomain.com/packackage1 - it works.  But if the url becomes: http://mydomain.com/packackage1/?glexx=namecheck&name=sefsese - it does not wrok  Can anyone help me? HTML: <div class="wrap">  <div class="nav"> <div class="table"> <ul class="select"><li><a href="index.html"><img src="/assets/custom/images/btn_home_current.png" width="23" height="20" /> </a></li></ul> <ul class="select"><li><a
  • Jquery slideToggle bumps the entire layout out page out of whack

    Hello all: Created a main tester page. http://www.danielamorescalchi.com/coreCorp/index.php# The jquery function uses slideToggle to open/close the footer. At the bottom right corner there is a button (orange w/star(for now)) so if the user clicks on it the footer comes up. It works but it disrupts the rest of the layout. How do I change this so the footer slides up w/out everything else moving? I thought at first of changing the height of the core of the page (the wrap)and the position of the wrap's
  • How do I change the html for dynamically added content

    On my site there is a dynamically created popup. Unfortunately I don't have access to the code that creates it, but I want to change the html after it is loaded like this $('.check_out').html('<div id="text">Check Out </div><div class="arrow-right"></div>'); $('.continue_shopping').html('<div id="text">Continue Shopping </div><div class="arrow-right"></div>'); I am restricted to jquery version 1.4.2. How do I do this?
  • Spring Spring-JS vs JQuery form submit

    I am working on a Spring Webflow project that was builded with Spring-JS but the firm is requesting me to change the following code to use JQuery. I am NOT a JavaScript/JQuery programmer so I do need some help with now.. Below is working code that on a change of a selectbox (called borough) it will change the _eventID(need it for webflow) to loadSchools and then do a form submit of everything on the pages. I been trying for days to get this working in JQuery but nothing is working Below is the old
  • Append a table to a div then style it using css

    I have this data i am getting from the database and creating a table out of it. $.get("getall.php", function(data){ $(.tablebody').append(data); }); I am then trying to style it using css .current{background-color:pink;} $('tr:first-child').next().addClass("current"); The row isn't being given the background.
  • How can I set a banner as main titel

    Hello,  I tried to implement a banner as my maintitel in my jquerry mobile app, now the problem is that its only showing into the middle off my application and it's only showing something like 200px is there a way to sow it over the whole area of my app? Not sure where to look for a awnser to this. Thx
  • <ui> and <li> style not applied inside the fnrowcallback for datatable

    Hi i am populating the datatable dynamically using fnrowcallback event but im facing the problem while using <ui> and <li> here is the code im using : "fnRowCallback": function( nRow, aData, iDisplayIndex ) {  $('td:eq(6)', nRow).html('<table cellpadding="3" cellspacing="0" width="100%" border="0">'+                                         '<tr>'+                                                               '<td> <a href="#" id="opener"><div class="todoCountClass">'+                         '<div
  • Converting Seconds To dd:hh:mm:ss Format

    Here is a simple function to write seconds in dd:hh:mm:ss: function sformat( s ) {       var fm = [                         Math.floor(Math.floor(Math.floor(s/60)/60)/24)%24,      //DAYS                         Math.floor(Math.floor(s/60)/60)%60,                          //HOURS                         Math.floor(s/60)%60,                                                //MINUTES                         s%60                                                                      //SECONDS            
  • jquery.mobile-1.3.1.min.js causes unexpected EOF

    Hi! I'm having trouble with the jquery.mobile-1.3.1.min.js from the zip file -> Unexpected EOF error. I used 7-Zip for extraction. Are there any problems?? Until now I still worked with version 1.0.1 and everything was fine. Thanks for every reply.
  • How do I add a file name to the Malsup jquery addSlide image slider

    Hi folks, Am a total newbie to the jQuery world and have stumbled at something that I'm trying to achieve. I have successfully implemented the dynamic image loading image slider from Malsup - URL with the code: http://jquery.malsup.com/cycle/add.html?v2 Now that I am able to load the images automatically, what I would now like to achieve is to add the file name of the image programatically to each image as it is shown. I don't mind if this is under the image such as would be created if I added "Alt"
  • jquery split screen and import another webpage

    Hi,   I am trying to tackle this problem on my app. I want a split screen whereby my app will be on the left and the imported webpage on the right.   Does Jquery have a plugin for this and is it possible to split a screen using Jquery?   Also, I want a Jquery dock menu bar plugin, to follow the user around on the pages they vist and the menu to constantly be visible at the bottom, again would this be possible?.   Many Thanks,   Tom
  • Looping through JSON

    I get a list of countries and in a country there is a list of city. I am trying to loop through countries and cities. I am trying to do following:                         $.each(d, function (i, country) {                             $.each(country.Cities, function (z, city) {                                  alert(city.Name);                             });                         }); but it is not working. What is wrong in my double loop please? It is only giving me the first city name, and not
  • Photo Lightbox jquery mobile 1.3.1

    I need some kind of simple image gallery made only with jquery mobile. I've been looking into the version 1.3.1 and it's mentioned, in the section Photo Lightbox something similar. The only thing a miss ( I used lightbox quite often in the past) is a easy way to grouping images and setting NEXT and PREV buttons. Is it possible?
  • How to close the dialog window? $(...).dialog is not a function

    Hi,         I need to close the dialog window when click the cancel button. I know the options about data-role='back". I need to do programmatically(java script). I got this exception "$(...).dialog is not a function". <script src="./jmobile/js/jquery-1.9.1.js"></script> <script src="./jmobile/js/bredcrumbar/jquery-breadcrumbs.js"></script> <script src="./jmobile/js/jquery.mobile-1.2.0.js"></script> <script src="./jmobile/js/jquery-1.7.1.min.js"></script> <script src="./jmobile/js/jquery.mobile-1.1.0-rc.1.min.js"></script>
  • Is there an onload on a div tag?

    I have a div tag called 'MyDiv' is there a way to trigger a JQuery function when the div loads / renders? Something like: $("#MyDiv").load(function () {        // do stuff     });
  • How to implement the add to calendar in mobile web ?

    How to implement the add to calendar in mobile web ? Is there any possibility to implement this. This feature has need to support for all smart phones.
  • How to use the clipboard of mobile under jquery framework

    I want get the copy event of clipboard in the mobile phone, but under the jquery mobile framework, it seems that the copy dialog is blocked by jquery mobile. Has Anybody met this issue? Many thanks.
  • ui-listview-filter refresh

    Hi       How to refresh listview while im typing on ui-listview-filter??and show the search result Thanks Keen
  • 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