• ie7 script error on line 3426 using JQuery-2.1.1.js

    I was under the impression that JQuery would help me run in older browsers but when I bring up my app/page in IE 7.0.6001 on Vista I get a script error at line 3426 (non-minimized). 'Object doesn't support this property or method' trying to call addEventListener apparently. Suggestions?
  • How can I get each image to the same position when I click?

    http://jsfiddle.net/h1sfjjz1/22/
  • Use back button with ajax form (update address bar)

    Hey everyone, I have this code: @ using ( Ajax.BeginForm( "Index" , "Assortiment" , new AjaxOptions () { UpdateTargetId = "sortandpost" , HttpMethod = "Get" , InsertionMode = InsertionMode .Replace } ) ) { @Html.AntiForgeryToken() @Html.ValidationSummary( true ) for ( var i = 0; i < Model.Count; i++) { < div class ="Textboxtcheckbox"> @Html.TextBoxFor(x => x[i].TaxonomyName, new { @readonly = true , Style = "border:0; width:100%" }) </ div > < div class ="checkboxList"> @Html.CheckBoxListFor( x =>
  • Scrollable header strip that moves along as I scroll down Page

    Hello All. My first post on here. Hope I get some help from the specialists. I have a web page with a header strip. It contains the site logo, a search facility and some html for showing shopping cart summary etc. I want that as I scroll up/down my page, this strip should scroll along with me as well. In essence a mobile header strip, like you see in many sites. See the header strip where the logo and all that is present:  The html for this all is like: <div class="container">     <div class="row">
  • So I copied and pasted from: http://jsfiddle.net/h1sfjjz1/22/

    Yet when I run it on my pc nothing happens. Why? I have uploaded three file index.html.txt, cardsTest.js.txt and Style.css.txt. pls help.
  • How do I contact the portal admin

    What kind of files can I attach?
  • AJAX or Node.js

    I am attempting to develop a 4 player card game, that I hope will be used by hundreds of thousands of people. Which should I use for the internet programming AJAX or node.js?
  • A stupid question from a noob

    Do all jquery functions return a value? 
  • please explain this statement

        $("img", this).stop().animate({         top: 100     }, 90);
  • Scroll the background within a <div>

    Hello, I'm looking for a simple script to horizontally slide the background of a <div> (consisting of a single jpg) so that it starts from a position within the flow and then stops. (without any loop or second image).  I've seen several slideshows with the "Ken Burns effect" (eg. www.slideshowify.com) but they are all structured as galleries, and most do the scaling of the jpg, compromising its quality. I just need a simple horizontal "pan", without zoom. Thank you all.
  • jQuery Dialog

    i am using below code for dialog box $("#dialogSave").dialog({                 autoOpen: false,                 closeOnEscape: true,                 resizable: false,                 modal: true,                 width: 350,                 height: 115,                 buttons: {                     Ok: onSaveOk,                     Cancel: function() { $(this).dialog("close"); }                 } }); Here i want to place text(bottom left) in buttons place.  How to do that.  Those buttons are generating
  • Filling checkboxes dpending on query

    hey everyone, I have a list of checkboxes which have values for example: <input name="[0].PostedTerms.TermIds" type="checkbox" value="18"> <input name="[0].PostedTerms.TermIds" type="checkbox" value="20"> etc... I have a query like this for example: _RequestVerificationToken=LCTsGL3Iv6HHIpxGIX93Xmw3aiUNL4BmUt8gpwl0BtHJbSZT1-gfwSR15GZYLXTCJeGYwyB9K3UOpDBmieqMYh_sS0T_vsxU8tVVU6nmAh41&[0].TaxonomyName=Dranken&[0].PostedTerms.TermIds=18&[0].PostedTerms.TermIds=20&[1].TaxonomyName=Land&[2].TaxonomyName=Prijs
  • how to start

    hello everyone glad to meet you all on this forum,introduce my name is marsha from indonesia contry in Aceh province.this time i wont study jquery in this forum and my basic is html,css. i want to include jquery who i can start it.thanks
  • Documentation demo link doesn't work

    I'm not sure where to post this, but the "Run" button in the demo at the bottom doesn't work: http://api.jquery.com/jquery.getscript/ According to the console error, the JS file that is being loaded has the wrong mime type (being plain/text) and strict mime checking is enabled.
  • Button() creating two buttons when only called once

    I have created buttons before, but not using the same methods - this one is causing me some grief. Basically, I am dynamically adding a button based on a select from an autocomplete. I was not getting what I wanted so I removed autocomplete out of the equation and worked on a simple pretense of creating a single button as described in the API example page http://api.jqueryui.com/button/#entry-examples guide - but I get different results than those described there. My code:     $("#ProductMain").after("<button
  • IE Doesn't Work With jquery-1.10.2 or Later

    For this website:  m.laparks.org Click on "Events" and then any link in this menu.  It works in most browser except IE.  In IE, it'll transition to the correct page (as the URL did change in the browser), but the page does not seem to refresh/show like in other browser.  In IE, it doesn't even execute this code at all:     $("#eventsCategoryL2").on("pageshow", function() {         console.log("#eventsCategoryL2 pageshow");         ....     }); The problem is that everything worked fine at jquery-1.7.2,
  • Need a div table sorter by multiple parameters !!

    Hi guys, my name is Milan Vugrinchev and I really need your help !! My problem is that: I have a table made from div tags with rows and everything like that: <div class="table">       <div class="body">             <div class="row header">                   <div name="item1" class="headitem">item1</div>                   <div name="item2" class="headitem">item2</div>                   <div name="item3" class="headitem">item3</div>                   <div name="item4" class="headitem">item4</div>             </div>
  • How to call a http service which is redirecting, using jquery ajax with header?

    Hi, I have 2 Java Application ( App1 ,  App2 ) deployed in a Tomcat Server. both this Application has one REST(http) Service. Say,   SR1:    http://192.168.0.1:8080/App1/rest/customer           SR2:   http://192.168.0.1:8080/App2/rest/customer   And, the concept of this if you call this SR1, it will redirect the request to SR2. CORS  for this Server is activated.   < filter >    < filter-name > CorsFilter </ filter-name >    < filter-class > org.apache.catalina.filters.CorsFilter </ filter-class
  • bxSlider First slide not at 100% opacity

    When I set the mode to 'fade', the first slide is always partially opaque. Is there a fix to this?
  • please help about animate

    $(document).ready(function(){   $(".arrow-layout").click(function(){     $(".arrow-layout").animate({right:'5px',opacity:'0'},"slow"); $(".img-circle").animate({marginTop:'-100px',opacity:'0',},"slow"); location.href='profile.html';   }); }); How to animate have delay to the next script $(".arrow-layout").animate({right:'5px',opacity:'0'},"slow"); Delay 1s $(".img-circle").animate({marginTop:'-100px',opacity:'0',},"slow"); Delay 1s after that redirect page to profile.html
  • Creating custom build

    I want to create a custom build using JQM download builder, and I have some questions: Under "Forms"  there is: Buttons: Link-based  Applies button styling to links If I exclude this for my download, is that mean I won't have 'ui-btn' and 'ui-btn-active' for links (<a> tags)? If I give up "content management", under navigation, what are the influences? I never use the "pagecontainer" widget, but is it really needed? Under "core" what does these do: Defaults  Default values for jQuery Mobile Helpers
  • updating json data

    Hi, I have the following json data, dataSource: [{                 id: 1, text: "root1", expanded: true, spriteCssClass: "rootfolder", items: [                     {                         id: 2, text: "folder1", expanded: true, spriteCssClass: "folder", items: [                             { id: 3, text: "c1", spriteCssClass: "html" },                             { id: 4, text: "c2", spriteCssClass: "html" },                             { id: 5, text: "c3", spriteCssClass: "image" }            
  • Multiple Dialog Interface Web Application

    Hi, recently Chrome has disabled showModalDialog without alternatives, I'm try to use JQuery UI Dialog to emulate it. I have a web application that emulate a MDI client app, my problem is when I open a dialog inside another dialog with more dimensions of parent dialog. The second dialog is bigger than the first, and how it's displayed inside, can't resize to entire view. Can any help me? Thanks a lot of!
  • Refresh page when popup is open

    When a popup is open, JQM adds hash to the url #&ui-state=dialog. If the user will refresh the page when have the popup open, and then again open the popup and refresh, it might led to many hashes in the url. Is there's any way of canceling the hash behaviour?  I use the hash myself, and it's not good for me if I do if (window.location.hash) { // I meant to my own set hash, not the one JQM sets }
  • Need help

    Facing issue in replacing "src" attribute.I am new to Jquery.Need to replace D:/Images/TaskList_1033_Button.png by D:/Images/TaskList_1033_Button_Disabled.png <TD> <DIV class=Editor><SPAN id=ctl02_G0_G22_G23_2_UserSelection_ECardButton_771_0_Editor class=Links disabled><A style="FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: xx-small" id=ctl02_G0_G22_G23_2_UserSelection_ECardButton_771_0_Editor_0 hotKey="0"><IMG src="D:/Images/TaskList_1033_Button.png"><SPAN></SPAN><INPUT id=ctl02_G0_G22_G23_2_UserSelection_ECardButton_771_0_Editor_Selected_0
  • When I added: "left: 100;" in the click function everything stopped working. What am I doing wrong?

    http://jsfiddle.net/jakecigar/h1sfjjz1/17/
  • draggable is not a function

    Hi everybody! I developed a script some weeks ago using jQuery UI and now I'm going to create it's the new version. The problem is that if I import jQuery UI from Google Developers CDN or from local (loaded into the server), draggable function returns in Chrome " Uncaught TypeError: undefined is not a function script1.0.js:17(anonymous function) script1.0.js:17 " or, in Firefox 31, " TypeError: $(...).draggable is not a function " The script, 'til now, check if jQuery and jQuery are available by
  • Jquery validate plugin not working with form in multiple divs

    Hi, I am using the jQuery validation plugin which can be found here: http://jqueryvalidation.org/ It is all working great, until you try to split the form into two divs to be able to show the content next to each other. The divs have the same class and no id's so they are exactly the same. The validation works in the first div, bet the fields in the second div aren't validated. If I move all fields to one div it all works fine again. Does anyone recognize this problem, i'm keen to fix this as quickly
  • how do I make a div with a textbox inside drag, drop, and resize?

    I need to have a div tag that has a label and textbox inside.  when I drag, drop and resize the div with the elements in it (label and textbox), the text box should resize with the div.  I have a somewhat working example here  but the textbox is not resizing when I resize the div.   Thanks in advance. George
  • ParseInt return 0 (zero)

    Hello, I wrote a code that gets the height of all divs of a certain class and do a scan, and depending on the result it removes one of the classes that div . But after I get the height of the div , when I use parseInt it always returns 0 . $(".faq-wrapper").click(function(){         $(".accordion-text").each(function(index, value){             var h = $(this).css("height")             var h1 = h.split("px")             var h2 = h1[0]             var h3 = parseInt(h2,10)                         alert(h3)
  • When does "change" fire on select?

    Hello, Of course you know I have no idea what Im talking about here but, Im having problems with a select box.  When does the change event fire on a select box? Should I use a click or mousedown event instead? Thanx
  • Two questions

    1. What do I need to do such that when I click (and change the top in code) the card stays in that position 2. How come the border for the div is not showing O Mighty gurus wise and knowledgeable please share your knowledge with a noob wanting to learn..
  • How do I add a click event?

    http://jsfiddle.net/h1sfjjz1/10/
  • JQuery UI Sortable calling document.ready of include jsp while moving divs.

    Hi, Currently I implement jquery sortable in my application to move the divs around. In those divs I have included some jsp which has their own document.ready. After implementation I put alert box on included jsp's document.ready function for testing. So the problem is when I am moving my div inside the sortable list it  calling document.ready automatically. Any idea? How I can fix this problem. 
  • problem with altering css wtih background-image

    hi i'm developping an application mobile and i find a problem but i have no idea about how to fix it. i use a webservice to get one picture in base64 if the webservice answer sending nothing i put a default picture. it's work fine on ie, but when i m using safari on the navigator it doesn t work any idea about how to solve it Thanks for any help  (sry if i did a 2x post couldn t edit first) Copy code $("#ImageSrc").attr('src',GetLocalProfilePhoto()); //this working $('#ImageSrc').width(90); //this
  • Build previous JQM versions? (1.4.2)

    Hey there, I foolishly jumped right in and spent hours upgrading everything in my current project to the latest version of jQuery mobile, 1.4.3, only to find out it's buggy and has a serious, site breaking issue. I would like to build a custom, older version of JQM although I can't find anywhere the option to do so.  Let me know if you have an idea of how to do this. 
  • JQ stars!

    <script type="text/javascript"> var colour="#FFFFFF"; var sparkles=120; var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) {   var i, rats, rlef, rdow;   for (var i=0; i<sparkles; i++) {     var rats=createDiv(3, 3);     rats.style.visibility="hidden";
  • how can I make open-close menu?

    hi I want to make open-close menu with jquery. like ( http://www.mondialmotor.com.tr/ ). I can open menü but I cant close it. my codes are: $("div#banner").not(":first").hide();        $("ul.tab li").click(function(){                var index=$(this).index();         $("div#banner").hide();            $("div#banner").eq(index).slideToggle(1000);     }); thanks.
  • Close Dialog after submit from different form

    Is have an aps.net form (MVC, Razor) with an additional form. So mainForm and reportForm. When the reportForm is submitted, a dialog is showing. After the report is downloaded I want to close the dialog... But how? Using Html.BeginForm( "GetReportBasedOnSelectedKeys" , "Report" , FormMethod .Post, New Dictionary ( Of String , Object ) From {{ "id" , "reportForm" }, { "name" , "reportForm" }, { "target" , "_parent" }, { "style" , "margin: 0;" }}) @ < input id ="reportId" name ="reportId" type ="hidden"
  • Onclick Message button to remove or reset the Table Row Style

    Dear Jquery Expertist, I am asp.net developer.  The 2nd row of table was green color because That is Unread Message was = True. After user clicked on 2nd row Messagging button, a new windows page will pop up. In the meantime, i want to reset the clicked table row style and change the Unread Message from True to False if It is True. May i know how to do that by using Jquery?  <table cellspacing="0" cellpadding="2" id="MainContent_GridView1" style="border-width: 1.0px;border-style: None;font-size:
  • 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