• Limit Listview Items by hiding then, but show them when scrolling or filtering

    Hi there, I have a filterable Listview Widget having between 800 and 1200 Items. On the same page I have buttons, which open dialogs. Showing and Hiding these diaologs takes about 3-5 seconds. If I limit the number of items to 200, there is no delay in opening and closing these dialogs. Is there a possibility, that I only show x number of items at start time (just hide the rest of them), and whenever I scroll I'll show the next x number of items ? Are the hidden items shown when I filter them? Any
  • How can i use my dynamic php variables with cycle2 pluggin?

    Hey, Please help me i want to show dynamic contents in slides using php variables in Cycle2 pluggin
  • jQuery UI display as Text Only when published

    Hi I created a MVC4 application which uses jQuery Mobile with Lists and Buttons and looks like this when running through VS2013 But after publishing using vs2013, it only displays as Text, and it does not display the list Items: What am I doing wrong or how can I debug the problem?
  • Can use auto complete function on same classname with clone row?

    Hi did anyone know is there possible to use autocomplete function with same class name with clone row,thanks Here is the jquery code: $(".products").autocomplete({       source: '../php/productresult.php',minLength: 1     }); $('#qty').keypress(function(e) {           if (e.keyCode == 13)                     {       //$('#invoice_table>tbody>tr:last').clone(true).insertAfter('#invoice_table tr:last');          $('#invoice_table>tbody>tr:last').clone(true).insertAfter('#invoice_table tr:last');  
  • File Size Limit For jQuery Multiple File Upload Plugin v1.48

    Hi Guys, I am using this plugin, http://www.fyneworks.com/jquery/multiple-file-upload/ . I want to limit the file size that the user can upload. How do I do that?
  • delete an array object

    Hey, Currently i'm storing data in an array like this: name - lastname - zipcode -  street Wel, now i want to find this object with only the name - lastname and the delete it out of the array. Does anyone know how? Thanks
  • Auto/Manual Scrolling Issue

    Hi, I am using jQuery plugin BXSlider.But i am facing an issue in it.Actually i want slider to move automatically and at the same time i can move the slides manually as well.But in my slider it slides automatically but when i click next/previous buttons it stops automatic slides. i am doing this. <!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 http-equiv="Content-Type"
  • Possibility of a native app that loads the URL

    We are doing an Web-based application using  jquerymobile, to run on mobile devices. The URL of the application will be say for example. http://ourwebsite.com/start.php  We would like to create a native-app that just opens the above URL in browser and we need the native-app to be approved in appstore. is that possible?
  • Jquery Mobile Fixed Header - White space(1px) is displaying above the fixed header while scrolling the content - Only in Andrioid

    I am using the jquery mobile fixed header. URL is http://jquerymobile.com/demos/1.2.1/docs/toolbars/bars-fixed.html In Android devices, 1px of White space is displaying above the fixed header while scrolling the content. Can we fix this issue?
  • File Upload from mobile to call service from Jquery

    Hi All, Please help me on below scenario. I want to upload text or document file from mobile .In Jquery save click time how to send file to  WEBAPI  Controller.Code Is Below Index.html:   <label for="basic">Category Name </label>                     <select name="category" class="categoryVal" id="category"></select>                     <label for="categorytitle">Title</label>                     <input type="text" name="categorytitle" id="categoryTitle" />                     <label for="categorydescription">Description</label>
  • Overriding an event

    Hi,  To put it simply I have div1 and div 2 like so :  <div class="one"> <div class="two"> </div> </div> I have a swipe event on div one. I would like to add a swipe event on div 2 which will override the event on div 1 since div 1 will cover the same area as div 2 as its its parent.  the even code is below. I'm using the hammer.js library for the touch events. var hammerelementone = document.getElementById('one'); var hammertime = Hammer(hammerelementone).on("dragleft", function(event) {              function
  • Add a div onclick of a button

    I am working on struts2 web application in which I have a button on a particular jsp page. Onclick of this button , I need to add few elements(5 labels and 5 textboxes) which are within a div tag. Again when I click on that button another div should be dynamically generated containing those elements and the first div should collapse with the use of accordion. This process should get repeated the number of times the button is clicked.   Please guide me how should i approach this problem
  • get the text from an input radio button

    I am befuddled about how to get the text label from a radio button.  I have several radio buttons, like the following, and one of them is always checked. <label><input type="radio" id="US"  name="country" form="rentDataInput" value="US" />United States</label> I want jQuery to get the text, i.e., United States, in the above example from the checked radio. I've tried a bunch of things using text(), but recently found in the documentation that text() does not work with inputs. After more poking about,
  • How do I get the parent element of a element

    Hello, I have a button buried in table td's Each table row has a different class id. How would I get the class of the parent row?
  • WHERE DO I DOWNLOAD THE OFFICIAL .TMPL AND .DATALINK PLUGINS.

    I am new to web coding and have searched the web for the official plugin locations without success.  I would like to know where to go both to download the code and if there is a standard url that I can use instead of downloading? ann.maybury@gmail.com
  • check out the textBox value on bulr

    Hi all,  I have a simple problem, I used a text box which it's value property is "Enter your name",and  on click event the text value hides and on blur event i set the value property to "Enter your name" again. that works,but when I write some thing  then clear it or when I write whitespace ,on bulr the IF condition doesn't  verify. can you tell me how to improve the the IF condition to be able to check out the whitespace or "" (none value). here what I do. Thank for help.
  • Using Jquery UI in Google Chrome Extension

    hello, I want to use Jquery UI in a Google Chrome Extension. I can't find how to do that. Can somebody help me?
  • Replacement of deprecated buttonmarkup?

    What is the solution to enhance links and buttons? buttonmarkup is deprecated but i don't find any other method for them? 
  • Fetch certain checkbox values and put them in an array.

    I use the following code to store all checked checkbox values into a variable: $("#myBtn").click(function () {         var searchIDs = $('input:checked').map(function(){                return $(this).val();              }); $(".gathering").val(searchIDs.get()); }); It works, but this code gathers ALL the values of  checked checkboxes. How can I adjust the coding so that only the checkboxes with a certain class in it are 'gathered' ? For example: I only want to store the values with the class 'myCheckBox'
  • Jquery mobile site lost responsiveness while accessing via domain name, still responsive if accessed with IP

    I am using jquery mobile 1.3.1 to build a website.. It was working fine in the local host as well as the live site.. then I bought a domainname for that and point it to current ip. after that while accessing the site via new domain name it is not responsive in mobile devices.. still if we typed in the ip address in mobile it is responsive there.. mydomainname.com => non-responsive site in mobile myIpaddress => responsive site :-o Do anyone faced this problem...? Please help me...
  • jQuery mobile 1.4 - Size of custom Icon - breakpoints

    Hello, I managed to insert my own svg-icon with the integrated fallback to the png. What are the right breakpoints for mobile devices or is there a workflow, that jquery mobile manages the automatic resize on it´s own? I did it like this: CSS @media only screen and (min-width: 1px) and (max-width: 480px) { .ui-icon-bars02:after {   background-image: url("images/icons-svg/bars02.svg");   /* Make your icon fit */   background-size: 22px 22px; } /* Fallback */ .ui-nosvg .ui-icon-bars02:after {   background-image:
  • Vertical Accordion Menu

    I'm trying to create a menu for my application, but there's something wrong. Take a look: http://jsfiddle.net/tp3mB/ If anyone can help. Tnks
  • How to use jquery to identify active image

    Hi, I am building a Joomla website which has a background slideshow that has to fill whatever screen it's viewed on and stay fixed whilst the content scrolls up over it. The slideshow therefore gets a position:fixed attribute. I have a problem that mobile devices don't fully support position:fixed and therefore the content does not scroll over the slideshow but continues beyond the bottom edge of the background image which is determined by the size of the screen, and that looks bad. With the help
  • How do I return a value as a number

    Hello, Im trying to return values into a variable. var $num = $("#myid).val(); How do I return the value into the variable as a number. I want to add "1" to it. Thanx again ...  
  • Scroll to Element Jquery not working on Chrome or Safari

    I'm having a problem trying to implement a simple jquery feature in my project. The problem is that it's not working on chrome or in safari yet it works in firefox which is very weird. I have tried different approach trying to solve my problem but no luck. Basically i'm using a simple plugin call scrollTo(http://individual11.github.io/Scroll-To/). I even tried creating my own scrollTo feature but the problem is that it doesn't work on chrome or in safari also which is weird. Here is the website I'm
  • Superfish expansion issue on resize

    Working on responsive websites using Superfish (because the mobile version is pretty awesome). The issue we seem to have is after navigating to any page on the mobile navigation, when we expand the page to a proper size (drag it to a 1020 or whatever) the menus stay expanded.  (We are using the mobile nav button from http://codepen.io/ecardoza/pen/btjCK) To show what we mean, pull chrome or firefox to around 320px wide, and open the following url : http://wvuhwellness.bluefinsol.us/Services/default.aspx
  • sortable (connect lists with tabs) + hide + accordion

    Hi, I'm trying to combine Hide with Accordion inside Sortable (connect lists with tabs) but instead of using lists i need to use div's. I already combine the Hide and Accordion part and it works fine, but how can i use it in Sortable? The sortable part is this: sortable Can anyone help me and provide an example? Thk
  • Themeroller reverse background

    Hi, I want to download a theme with the page background reversed.  I went to the theme roller page, picked the them I want (overcast), then checked the 'reverse background' box and downloaded the theme.  When I opened the sample page, it did not show the page with the dark background.  What the heck am I doing wrong?  Thanks!
  • Need Help in Menu control

    Hi All, Need your suggestions whether the below menu can be implemented or not, Cause our designers who design the html for us are telling that this can't be done.  So Guys need your inputs if yes then it will be more helpfull if u can give any give us any link whether the same is implemented in some website so i can tell our designers. Waiting your suggestions           
  • Dynamic multiple selectmenu rendering not working solid

    Hello, i have a multiple select menu which is filled dynamically. But after a refresh sometimes the rendered result ist ok (in about 10 % of calls), but most the rendered result is bad, because the menue seems to be transparent (without background) in 90%. I can't find out the reason for this non-systematic failure. The failure is available in jquery.mobile-1.4.0 and jquery.mobile-1.4.1 the same way. (jQuery-Version: 2.0.3) HTHML-Code: <div class="ui-field-contain">     <label for="mySelect" class="select">MySelect:</label>
  • Popup or native=false problem

    Hello, I a wondering if anyone know or have any idea where problem should be. I am working with. JQuery 2.0 version and JQuery mobile 1.3.2 version.            <div data-role="fieldcontain" class="groups">                     <label for="select-groups" class="select">Groups:</label>                     <select name="select-groups" id="select-groups" data-native-menu="true">                         <option value="1">1</option>                         <option value="2">2</option>                        
  • Web-App installation from safari?

    Hi guys. I've been working hard on a web site that I wanted to load via UIWebView on iDevices. I want to know if someone can have the same experience via using it as a web-app before actually downloading it... I know there is iWebKit but its not for commercial use. I want to know if there is another way for the user to be able to download the 'web-app' as a native app via Safari like few websites that are out there... This won't be a permanent solution, I would like for my friends to be able to try
  • I want jQuery1.10.1 api documet URL, my org is using that version

    Please provide me URL, I have assigned task to generate popup window in jQuery1.10.1. Thanka Narayana
  • jquery code integrated in backbone code

    I have a js file which has backbone related code, and in it I want to place jquery code. And to be more specific,,,in the app(booking) I am building the user will have to make a choice of a staff member from a dropdown menu. And this is the backbone related code that will send the staff name along with other details to the server.      save: function() {                       if ($.trim((this.$('#name').val()))==='')              {alert('No name is inserted')}              else              {    
  • Plug in advice

    This is my first post and I hope this is the right place for it. I'm after a plugin that behaves the same as used in the following site  http://sdrme.cal24.pl/ante/ under the portfolio section. Selecting the Filter projects moves the images around based on it's category. Any advice would be welcome?
  • Total nubby with jquery I am having a problem with val() sending data to a form

    I am having a problem with this script .It adds the data to the html contact field below according to what is selected from the customer field. But when I save the data it saves what is in the contact field in the customer field also. How can I stop this from happening function updateValue() {     $('#contact').val($('#customer').val()); } //update once the page has loaded too $(document).ready(function () {     updateValue(); }); <select name="customer"id="customer" class="responsetext1" onchange="updateValue();"
  • How i can get attr('name') from each elements.

    Hi, I have code: <div class="div_class" name="1"></div> <div class="div_class" name="2"></div> <div class="div_class" name="3"></div> <div class="div_class" name="4"></div> <a href="#" id="get_names">Get names from divs and put into div</a> I need code in jQuery what get name from one by one div and put into div. When i use: $('#get_names').on('click',function(){ $('.div_class').html($('.div_class').attr('name')); }) I get: <div class="div_class" name="1">1</div> <div class="div_class" name="2">1</div>
  • Button click not firing when button added to div

    Hello, Im adding sections to div's that contain a button. The button inside the div does not fire after being added.                                                 $(".addCont").on("click", (function () {     var $dtl = $("#dtltmpl").html();                $("#dtltbl").append($($dtl));                  }));                          <button type="button" class="btn btn-blue btn-xs addCont">Add Container</button>                  
  • jQuery mobile css files

    Hi, I'm new to jQuery mobile and a little bit confused by all the css files provided :  jquery.mobile-1.4.1.min.css  jquery.mobile.external-png-1.4.1.min.css  jquery.mobile.icons-1.4.1.min.css  jquery.mobile.inline-png-1.4.1.min.css  jquery.mobile.inline-svg-1.4.1.min.css  jquery.mobile.structure-1.4.1.min.css  jquery.mobile.theme-1.4.1.min.css when to use them ? and in what order they should be used ? Thanks
  • refreshing html table with jquery

    Hello everyone! I am working on a project where I need to have a html table to be first loaded with info from mysql database with items then refresh, each item has a status checkbox next to it where I can check or uncheck. This is intended for multiuser platform so diferent users connected to the same web page could have access to the data. What I want is to updates this table constantly on all sessions so that the changes one makes the other users could notice instantly. I am putting my code next
  • 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