• Olá pessoal

    Olá pessoal (administradores em especial), sou Henrique e moro no Brasil, percebi que vocês ainda não tem um forum de suporte ao jquery no Brasil, então gostaria de pedir o ticket para criar um forum de suporte aos utilizadores do jquery aqui no Brasil. Aguardo a resposta.
  • Problem with jQuery Menu with History

    Hello friends. I have problem with jQuery Menu with History. See objective: http://pruebasconjqueryarg.p.ht/ See project reached: (with History y Php) http://rachmanijquery.site88.net/ Download the project files reached: http://www.filedropper.com/proyectoalcanzado Please I need some idea of how to do the same but not recharge the block column. So if I click on column B not to reload this content but recharge B. sepuedo28cba-
  • move up and down gridview with jQuery and Save

    Hi i have found solution for move up and down rows in my gridview in asp.net... with jQuery but how save the new sorting?? the name of gridview is gridFeaturedPostImages  <asp:TemplateField HeaderText="Up" ItemStyle-VerticalAlign="middle" ItemStyle-HorizontalAlign="Center" ItemStyle-Width="25">         <ItemTemplate>            <asp:HyperLink ID="HyperLink2" class="up" runat="server" OnClick="#" ImageUrl="~/User controls/FeaturedPostsRotator/images/up.png" ></asp:HyperLink>       </ItemTemplate>       
  • building pages with jquery and java rest services

    I am planning on building new site , with java as backend. There are many frameworks for building the UI in java , I am looking at something simpler , I am wondering If I can build pages just  with html , jquery and rest services at backend?  are there sites   built just with jquery  with server  side functionality? is there any example site with features like  curd operations ?
  • Page "back" navigation with AJAX-loaded pages

    Can someone shed some light on this for me? From the docs: http://view.jquerymobile.com/1.3.0/docs/widgets/pages/ "Whenever it loads a page via AJAX, it flags the page to be removed from the DOM when you navigate away from it later (technically, on the pagehide event). If you revisit a removed page, the browser may be able to retrieve the page's HTML file from its cache. If not, it re-fetches the file from the server. (In the case of nested listviews, jQuery Mobile removes all the pages that make
  • What selector to use?

    Hello, Im trying to drag a table row into a div.  Ive designated a class to the TR elements of "widgets" that Im trying to drag, but cant get the draggable to work, How do I use the selector in  my drag statement. $( ".widgets" ).draggable();  <div id="files"> <table> <tr class="widgets"><td>ITEM1</td></tr> <tr class="widgets"><td>ITEM2</td></tr> <tr class="widgets"><td>ITEM3</td></tr> </table> </div> <div id="droppable"></div>  
  • SMS body text prefilled

    Hi, Is there any way to pre-fill body text of SMS on i-phone?  When I do <a href="sms:555?body=hello" it brings up sms with no number and body empty. The ?body=text stops number appearing. I just want to have body pre-filled with text and url link. Thanks, John
  • jqm.page.params plugin fails on jQuery Mobile 1.3

    Hello, As the subject says, the jqm.page.params plugin, still recommended in jqm 1.3 docs, doesn't work as expected. Since the plugin lacks documentation, I followed an answer on StackOverflow to get it work: the querystring (?param1=value1&param2=value2) works fine, but the url doesn't retain it, making the target page un-bookmarkable In other words, I end up with: http://mydomain/index.html#target   Instead of the right url, easily bookmarkable: http://mydomain/index.html#target?param1=value1&param2=value2
  • listview problem with 1.2.1 that worked just fine with 1.2.0

    Hello, I have a very simple code that works fine with 1.2.0, but it fails under 1.2.1 with Uncaught TypeError: Cannot read property 'options' of undefined Sample Code: <ul>     <li>         <p>My Custom List Item</p>         <ul data-role="listview">             <li>JQM List View Item</li>         </ul>     </li> </ul>
  • Parsing through a table in an xml object that only has one row retrieved from a database

    Hi i have one record (it will only ever be 1 record or nothing at all) retrieved from a webservice via a ajax() call. The record has 33 fields, a small extract is below: xml "<Table> <Supplier>false</Supplier> <Address>true</Address> <ProductInformation>true</ProductInformation> <ProductDetail>true</ProductDetail>       <29 other columns... > </Table>" String I am unsure how to access the column names and the columns values when i iterate through syntax wise as i am still very new to coding in general.
  • Need assistance with altering JQuery JBAR script

    I need some help in altering this JQuery script if possible. I script as it currently stands creates a bar at the bottom of the page with a message that fades away after 5 secs. To trigger the bar you have to click a button. I would like to alter that so you don't need to click the button. The bar fades in after 5 seconds. Everything else I like. The script is from a CodeDrops tutorial called JBar. http://tympanus.net/codrops/2009/10/29/jbar-a-jquery-notification-plugin/ (function ($) { $.fn.bar
  • Ideas how to solve a web app game with level password protection

    Hello,  I am trying to develope a site where I would like to use in a game with different tasks. Approximately I will have 5-6 tasks for my teams and they can take around 40-60 minutes each to solve. I would like to get your ideas for a technical platform how I could start with it.  Task 1 could be open and when that it finished a password or text is given. That text could be a password to unlock the second task and so on. Every stage or level should be locked and text/password protected.  The site
  • css file

    Hi,   i want to copy the souce code from these links below and call them directly from my application.  I was able to find the js files but not able to find the css file.  i've done some google and they talked about themes? i dont know anything about this.  The code below worked fine but again, i want to find the souce code but can't find the css.  can one pls help?   <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/start/jquery-ui.css" type="text/css" media="all"
  • Using jQuery Mobile in my Asp.Net Web Application?

    hi I have checked example applications on this web site and one of them used aspx pages for Sign up etc So I hope I can also utilize that, please guide me about that. I want to develop a medium scale web site for mobile using jQuery Mobile. I want to know: - Can I place the jQuery Mobile page inside my aspx page? - Can I place aspx page inside a jQuery Mobile page OR in other words can I use a server side language (asp.net or php) inside a jQuery Mobile page??? Please help me in this regard. Usman
  • jQuery Mobile + Phonegap = no localStorage on Windows Phone 8

    I'm using PhoneGap 2.4.0 and jQuery Mobile 1.2.0 in a Windows Phone 8 app.  As soon as I include jQuery Mobile I get an error when trying to use localStorage. If I remove jQeryMobile localstorage is woring just fine. Has anyone else see this behavior? //On Windows Phone 8 (Android and iOS are fine) we crash when trying to do window.localStorage.setItem console.log('PRE window.localStorage.setItem! Trying to set UserName = ' + $(data).find("UserName").text()); try{ window.localStorage.setItem("UserName",
  • JqueryMobile 1.3 PhoneGap mobileinit event

    mobileinit event is not getting called on the phonegap app. What is the right way to do this in Phonegap?  It works fine without phonegap. Thanks
  • Triggering a click event on an inner div

    I have a number of rows of data that is presented in rows.  Each row div is a combination of a number of other divs. What I am trying to do is determine when someone click on an even_Row or an odd_Row. I don't know how to set that click event. For example, If I just want to do a console.log("Clicked on Even Row"), how would I do that? I have tried  $(".even_Row").click(function(e) {       console.log("Clicked on Even Row"); }); But this event does not get fired. Can anyone help me with how I can
  • I want to post ajax data on click of anchor tag with dynamic ID and rel=facebox in jquery

    I want to post ajax data on click of anchor tag with dynamic ID and rel=facebox in jquery Please reply me fast. as I am doing coding of add to card for E-commerce web site. I am stuck up with this problem and could not move..... Thanks and Regards Durga
  • jQuery UI risezable: resize from top left corner

    I don't manage to resize a div from the top left corner. How could I do?. This is my attempt HTML     <div id="chat-container">             <iframe id="chat-frame" src=""></iframe>         </div> JS     $('#chat-container').resizable({         animate: true     });     $("#chat-container").resizable("option", "handles", "nw"); CSS         #chat-container {     display: none;     position: fixed;     z-index: 0;     bottom: 0px;     right: 10px;     width: 500px;     height: 200px;     text-align:
  • TRANSFORM (CONVERT) INTO JQERY - Transformar em jquery

    Friends, how do I pass this code to Jquery:? >> Amigos, como faço para passar esse código para Jquery:? <script> var pai = window.opener; function enviarProPai(texto) {    pai.document.getElementById('mensagem').innerHTML = texto;     window.close(); } </script> AND <script> var popup; function abrirPop(endereco) {    popup = window.open(endereco, "popup", "width=400,height=400"); } </script> Thanks, Obrigado
  • Question regarding performance of clone() and appendTo()

    Hello, I just wanted to ask this question. Will there be any performance issues if I use clone() and appendTo() frequently? I need to clone a table and append it to  a parent div when ever the user selects the option in a listbox Thanks a lot.
  • $(document).ready not executing sometimes after a postback

    $(document).ready() isn’t called after a  postback is made. This happens thrice in 5 attempts or more. I have the below code in the $(document).ready() which needs to be executed on every postback which is not executed sometimes.   $(document).ready(function ()  {     Sys.StringBuilder.prototype.appendFormat = function (mask) { this.append(String.format.apply(null, arguments)); }; });   As a result i get the below error Object has no method 'appendFormat'   Does anyone know why this is happening
  • fadeIn works, but toggleIn does not

    they seem identical in usage, but while   $(".mainbody").fadeIn(2000, 'swing'); does work when replaced by    $(".mainbody").toggleIn(2000, 'swing'); it does not work. any good reason?
  • trimmed condition if x equals a or x equals b or x equals c or x equals 4

    i would like it to be an equivalent of human if x equals a or b or c or 4 is there a way to do this?
  • Jquery Mobile 1.3 Panel Issue

    I am using the new Panel and I need the capability of having certain elements within the panel be expandable.  I have implemented with: <div data-role="panel" data-position="left" data-position-fixed="false"     data-display="push" id="nav-panel" data-theme="a">     <ul data-role="listview" data-inset="false" data-theme="a" data-divider-theme="a" style="margin-top: -16px;" class="nav-search"         data-count-theme="b">         <li data-icon="delete" style="background-color: #111;">            
  • Undocking a draggable not under the mouse

    I would *really* appreciate some help on what to do about this: http://jsfiddle.net/Trober/URudt/23/ Problem: the draggable is not under the mouse when undocking it. 1. Drag the "Drag-n-Dock Me" block to touch the north/top boundary.   2. Drop it in that position; it should dock itself against the north/top boundary. 3. Drag it away from the north/top boundary.  The draggable is not under the mouse, and remains flush against the left boundary. Thanks, Ben
  • Issue with google hosted jquery

    Hi, I'm working on a site for my company which uses jQuery. Originally I had linked to the google hosted jQuery 1.9.1, however for some reason the site keeps loading 1.3.2 instead (even though the url I have typed in explicitly states 1.9.1) which is causing the site to not display in ie7/8. The site is joomla 1.5 based. I've tried googling a posting a question on the google groups but I have yet to find/get an answer. Does anyone know why it would be doing this or how to test or anything of the
  • fade DIV in and out with a second DIV

    Hi all Looked all over for an example but nothing that matches what is seemingly such a simple thing to achieve! My code below should help explain:     <section class="panel fadercontainer">         <div class="multimicro" id="panel1">             <h1>Box 1</h1>         </div>         <div class="multimicro" id="panel2">             <h1>Box 2</h1>         </div>     </section> When my page is displayed I need panel1 to be shown. After 5 sconds, I need panel1 to fade out and at the same time get panel2
  • How to wait until one listener will finish its work?

    Hi guys, http://jsfiddle.net/V34ud/1/ It should change images, how It really does, but If I fastly hover between "A" elements It works strangely. I know the last showed image doesn't want to disapper. I think the problem is with listeners. One doesn't finish it's work when another one starts work. Am I right?
  • Where's the jQuery API Documentation XML dump gone?

    I can't download the latest API Documentation XML dump from here to feed my own jQuery documentation browser. Where is it gone? ---- Another jQuery API browser: http://www.dashop.de/?hf=blog_f.html&if=blog/en/dev/JavaScript/content/JavaScript-jQuery-API-Documentation-Viewer.html
  • use jquery to find any character and remove it

    I have a website in drupal.There is seems to problem with it. Before the end of body tag a digit appears 9. I did not find any file to remove it. SO i need to remove that through jQuery. I know there is find() method in jQuery but is finds only the elements not the character. I need to find character and remove it. Structure of it is like this.It doesnot comes under any element than body tag so I cannot select element surrounds it and remove it. <body>all the other site elements....9</body> $('body').replace('9',
  • How to optimize this?

    Hi, I am starting with jQuery and creating websites in general. I have done this code for showing and hiding different unsorted lists. I believe this is really beginner level and there is a much better way to do such thing. My code is working properly, I just want it a little simplier and I don't know how to do it. Here is my jQuery code:  <script type="text/javascript"> $(function() { $('#snaps, #events, #trips, #photoshoots, #main_about, #main_contact').hide(); $('.link_best').click(function()
  • How to using jQuery function

    I'm using this jQuery function but when user press login and the username or password is incorrec, how am I show the error message? Becuase when user click submit button it will redirect to login_validation.php to do the verification checking. And in the login_verification.php I'm using if..else statement to do. How am I going to show error if the username or password is wrong and I want it pop out in the login page not the other page.   <script>         jQuery(document).ready(function(){            
  • problems with cloning

    function editMode(el){  var elm=$(el).clone(true); //work with  elm, ad input elements  $(el).replaceWith(elm); return el; }   var p=$(".editArea").first(); var pp= p.clone(); p.before(pp); ppp=editMode(pp); //code below don't work, all elements input must  nulled, without cloning code work //t.length==0 td=$(ppp).find("td,span");  $(td).each(function(){ var t=$(this).children("input"); if(t.length){ t.val(""); } });
  • jquery mobile build for android apps, how to?

    hello,  is there a build of jquery mobile for android applications made with phonegap? I could go through the css files manually but that's a pain. Also would be useful if the javascript would be compiled for android devices only, would bring the size of the files down and make the application faster. any ideas is there is something like this out there?
  • JQuery Forms ajaxSubmit issue with Internet Explorer

    Hi there!  I have a very simple piece of test code using JQuery Forms plugin. In Chrome and Firefox it works exactly as intended -- I type in a name, push the submit button, and the form is submitted behind the scenes to the action page on the server, which returns a value, which gets displayed beneath the form, and then the form slides out of view.  In Internet Explorer 9 (and I used developer tools to force it to 7, 8, and 9 with identical results), when I push the submit button, it just submits
  • Jquery Tablesorter

    I am looking for a way to use Jquery Tablesorter that will do a table span on duplicate items for example location below. Since both Person 1 and Person 3 are from Ft Know the table was spanned for that location.   Example:   -------------------------------- - Name     - Location - -------------------------------- - Person 1 -              - ----------------- Ft Knox  - - Person 3 -              - -------------------------------- - Person 2 - Houston - --------------------------------   Any ideas?
  • positioning-problem-when-scrolling-down-webpage

    i try very simple code here by have so many break lines so i can scroll down to the page.  when i scroll down, click on the text box, the pop up calendar dosen't appear next to the text box, i appears all the way on the top.  is there the way to make the calendar appeas next to the text box.   thanks <link rel="stylesheet" href="css/jquery-ui.css" />  <script src="scripts/jquery-1.9.0.js"></script>  <script src="scripts/jquery-ui.js"></script>   <script>     $(function() {        $("#datepicker").datepicker({
  • When next JQM update expected?

    jQuery mobile is great project! When do you expect to make next update, e.g. 1.4? Thanks
  • Help Help Help

    Admittly i am a complete amature. Ive spent 3 days on this but i am clueless, and i havnt a clue about the code so i am even more.   Im after a simple image slider box that will sit as a feature in a div on my site.   I have built one using wow slider, viewable at mhbglobal.com/roller/index.html. I am very happy with the way it looks so far.   But to finish it i want to have a navagation bar attached to the left hand side that changes into an arrow as it moves up and down.   See mhbglobal.com/lay2.png as
  • 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