http://api.jquery.com/ search does not work (jan 19)
I don't know where to post this and I can't seem to find a 'contact us' link or 'feedback' anywhere on the site. The search box at the top of the 'http://api.jquery.com/' page does not seem to work. I am using Linux Mint 13 and Firefox 17.01.
Effect with slide will stop at the undesired location
I am trying to use jQuery UI to produce a dropdown menu. When mouse over the box, the inner div will slide down using jQuery slide(). However, I found that, when the div is sliding down, it is started from the parent div. And finally, it will produce a "jump" to the destination. Furthermore, if my mouse is move away before the animation ended, the box will stopped at the undesired location, and become unrecoverable. If moving the mouse in and out too fast, the div will be missing. Is there any way
using jquery-migrate
hello all - newbie here (again) during the week, jakecigar was kind enough to explain to me why i needed to use jquery-migrate if i was going to be using the jquery-latest. i notice that jquery-migrate had a version number of 1.0.0. i am wondering if there is any way to use jquery-migrate WITHOUT specifying a version number? it seems a little odd to be using a jquery-latest and a jquery-migrate with a version number. maybe something like a jquery-migrate-latest? thank you!
Slide effect enlarge border size problem
I am trying to use jQuery to produce a dropdown menu. When mouse over the box, the inner div will slide down using jQuery slide(). However, I found that, when the div is sliding down, the box will become bigger than the original size a little while, then will finally restore to the original size. This is not happened in fadeIn() and fadeOut(). Is there any way to solve it? This is the sample. (Please refer to the second one, the first one is using jQuery UI).
how to obtain file object from file input in JQuery or javascript
Hi how to obtain file object from file input in JQuery or javascript. <input type="file" id="files"> Thanks in advance, Joseph.
Sample code to upload excel file using Ajax to controller
Hi Could you please provide me sample code to upload excel file using Ajax to controller using Iframe Thanks in advance. Best regards, Usha.
another IE9 Problem
i noticed this post: https://forum.jquery.com/topic/problem-with-jquery-ui-layout-working-along-with-jquery-plugin I am having the same problem in IE9. firefox works perfectly once again but IE9 will not move the tooltip down with the accordion. Is there a css fix to this or something.
common code for map
For my map for mobile application I want to have the following functions: 1. map a static object designated marker; 2. the user has a button when clicked on can determine its current geolocation; 3. also have a button for the user get direktions. I found some code for all combinations of these positions but they do not work. Is there a common code?
Dynamic Tab Creation
Hi, I am in the process of creating a Google Maps Mashup. When I add a marker to the map, I am dynamically building up an HTML string with certain elements I am populating using JS. This string is then passed on to the info "popup" window. This needs to be done on the fly so that each marker has it's own unique pop window. Now, the HTML that I am passing to the popup window contains a jQuery tab. What I cannot seem to wrap my head around is how I would "initialise" (not sure if correct word) the
Suggestion on which widgets (and how) to light up a map and a list, based on some selection criterion
(UI novice here) I need to light up locations on a map of some kind, and short list items on a list, based on some selection criterion (implemented by a combination of radio buttons, drop downs etc.). Any suggestions on which widgets I could leverage, and how?
Cycle2: How to get the total slide count in the jquery script on the click function?
Hi, On the click event i want to get the total number of slides from the cycle2 plugin. $('#cycle-2 .cycle-slide').click(function(e, opts){ var index = $('#cycle-2').data('cycle.API').getSlideIndex(this); }); Igot the current index, but i want the slide count in the #cycle-2 click function. mentioned above. Any help?? thanks in advance..
jQuery plugin is not appearing on the new plugin website
Hi Repo: https://github.com/aamirafridi/jQuery.Marquee Settings file: https://github.com/aamirafridi/jQuery.Marquee/blob/master/marquee.jquery.json Tag added: https://github.com/aamirafridi/jQuery.Marquee/tags Hook added: http://cl.ly/MGQG Still not appearing on the plugin.jquery website. What am I doing wrong?
index() problem reseting when find other div.
Hello guys i have this problem: I have an image carousel but the structure of the html needs to be like this: <div class="example> <div> <!-- Image Elements --> </div> <div> <!-- Image Elements --> </div> </div> And now i need to know the index of the elements, but i know that when it finds the first div counts from 0 to 4 for example, and then resets the count because it founds the other div. What i want to do is to find the way tha my index are: 0
problem with scroll/touch events, page scrolling, & fixed overlay div
Im new to jqm. Ive run into an issue with page scrolling/touch events on android/mobile browser. Here's my demo page It's best to view it on a mobile device in order to clearly see the issue that Im describing... Im running it on a galaxy S3, jellybean 4.1.1, and Ive tried it both on chrome and the stock samsung browser. background: In my jqm page layout, I have a 'collapsible, fixed footer div / toolbar' that Im creating 'from scratch' / Im not using jqm or including it within a jqm 'page' div (there
how to disable dropdown on chenage on other dropdownvalue
Hi all, greetings, as i am new in jquery. i want to avoid post back while selecting on country. i have two dropdown one is country and another is state if i select country other than india state dropdown should be disable. plz help My code is: <script type="text/javascript"> $(function(){ $('#<%=cmbCountry.ClientID %>').click(function(e){ var ddlstate= $('#<%= cmbState.ClientID%>'); if(this.checked=='india') { ddlstate.attr('disabled', true); } else{ ddlstate.removeAttr('disabled');
Getting masked panel to slide on clicks from inside
Hey there, So I have a jQuery script below that slides a containers on and off the screen with a 100% mask. What I have been having the hardest time figuring out is how to make the containers slide based on links within the containing div and not the div itself. <style> body {margin:0; overflow: hidden;} .container {overflow:hidden; } .f1_container {overflow:hidden; width:100%; float:right; margin-right:-70px; background-color:#999;} .f1_bar {width:70px; float:left; background-color:#333;} .external_container
show() function not working in IE8. Any ideas why?
The show function is not working on my website for IE 8. Possibly other versions of IE too, but I don't have a different Windows PC in order to test it. It works in other browsers (FF, Chrome, etc) on both Windows and Mac OS. Below is a link to the page I'm having problems with: http://www.signmestlouis.com/order_now When you make a choice in the "Select Your Sign Package" drop-down, an image of the sign should appear. It does not appear in IE8. I'm using JQuery v1.7.2 My code basic code
jquery cycle slideshow images alphabeticaly, array won't work
Hi everyone, I have used an online tutorial to make a slideshow using jquery cycle plugin. the tutorial is located here: http://www.ampedwebstandards.com/2009/03/16/tutorial-dynamic-image-slideshow-with-php-jquery/ It all works, but the images are not displayed alphabetically. And I do want that. I tried making an array of the image paths and sort that array alphabetically. That actually workes fine, but for some reason the cycle plugin won't turn the image tags in a slideshow anymore. Instead the
Multiple button colors?
I've downloaded a couple of themes with different sets of colors since I want to have the option of having different colored buttons (e.g. red, green, and gray) on the same page. I'm not clear how to apply multiple themes to the same page - I've been using a statement like this to link to the stylesheet for a particular theme: < link href="../Styles/gray_theme/jquery-ui-1.9.2.custom.css" rel="stylesheet"/> . If I want some buttons to use the gray_theme, some to use the red_theme, and some to use
hiding signal and navigation bar
is it possible to develop a jquery mobile app by hiding the signal symbol and the navigation bar.
adapting jquery to a html5 website
I am countyfairgrounds.net and the site has been coded in html5 and css3 I am pretty visible and resizable on most mobile devices. Do I therefore need to make a separate jquery website for mobile ? or can I take my present site and just adapt it with some jquery - without having a specific and separate mobile website. I am new at jquery and need help
Example Code for Tabbing Through Jeditable Fields in a jQuery UI Tab
This is a specific case use I couldn't find any examples for so I pulled together a few similar ideas and tweaked them for my needs. Assuming you have a jQuery UI tab containing multiple divs binded to Jeditable - all with a class of "jedit" - this code will allow the user to tab forward and backward through the fields, and also wrap around to the first/last field, both forward and backward, constrained to the current tab. Even if you're not using UI tabs, you might find this useful as it does not
how to search the contents of all associated js files simultaneously through IE F12 panel?
Hello - I'm trying to debug a web page that has around 30 associated js files. Specifically, I've identified a function name and I want to see its details. To do this I first need to identify which js lib the function name belongs to. The F12 view in IE shows me a dropdown of all the js files associated with the page. There's a search widget in the top right corner of the panel. However, this search widget only appears to search the content of the script that's currently open in the F12 window.
Isotope : repeat random sorting
Hi, I'm displaying items using the Isotope plugin. I managed to easily add a way to shuffle items with the random sorting function. However, once the shuffle function has been called, it's not possible to call it again. Does someone know how to do ?
simple get button
Hi, As you may have guessed, I am new to jquery. I am having trouble linking a button to a get request (I do not want the page to load, rather hit a URI via api to trigger an event). I've placed a button in a HTML template as such: <input type="button" id="button" value="Click me to do stuff" onclick="doStuff()" /> <script language="javascript" type="text/javascript"> $('.button').click(function('doStuff''){ $("#result") .html(ajax_load) .load(loadUrl,
$('#item').bind("change keyup",function() not working on data-native-menu="false"
Hello, $('#item').bind("change keyup",function() is not working, if a select element has the attribute data-native-menu="false". How can this be done? Thanks! Leo
Jquery mobile changing code in my body tag and first div
I am trying to just use some pieces from jquery mobile on my mobile website and not everything. It seemed to be working perfectly but made some graphical errors on the page like this: In this picture you can see on the right the messed up background and the code below, then on the left picture you can see I took out some of that auto generated code and everything worked fine. How cna I prevent jquery mobile from auto injecting this code?
BUG? IE9 jQuery UI 1.10 .position()
I'm having a terrible time trying to position a DIV using jQueryUI 1.10 in IE9. You can see in the screenshot that IE9 does the opposite of what I'm asking for. Chrome displays as expected <div id="personPopupContainer" style="position: absolute; z-index: 255; display: block;"> <div id="personPopupContent"> </div> </div> $("#personPopupContainer").position( { my: "left top", at:
jquery1.9.2and IE9
<script> // increase the default animation speed to exaggerate the effect $.fx.speeds._default = 1000; $(function() { $( "#dialog" ).dialog({ autoOpen: false, show: "blind", hide: "explode", modal: true, resizable: false, title: "Dialog Title", position: { my: "center top-400", at: "center", of: window } }); $( "#opener" ).click(function() { $( "#dialog" ).dialog( "open" ); return false;] }); }); </script> does position not work in IE9?
[jQuery] Plugins/Validation/validate is there a way to add css class to wrapper option?
I would like to wrap validation messages in <li class="error"/> with validate plugin is there any event or option I can handle to tweak the element before it is appended? I'm unsure if something like that would look ok: $('form').validate({wrapper:"li.error"}); or either $('form').validate({wrapper:"<li class='error'/>"}); Any work around is welcome. Best regards
jQuery selector to a specific string
I have a string variable which contains HTML tags. Is it possible to the jQuery selector to pick a certain HTML element? To be more specific, I have a javascript variable which contains a row of a table <TR><TD>value1</TD> <TD>value2</TD> <TD>value3</TD> <TD>value4</TD> <TD>value5</TD></TR> How can I the value of third TD's value, i.e., value3 Thanks, Madhu
jQuery BlockUI Plugin with Problem
Hello everybody The demos in site of blockIU are broken. http://jquery.malsup.com/block/
http://jqueryui.com/tabs/#manipulation doesn't work with jquery-1.9.0.js
Try the http://jqueryui.com/tabs/#manipulation sources (So far so good) Replace the <script src="http://code.jquery.com/jquery-1.8.3.js"></script> with <script src="http://code.jquery.com/jquery-1.9.0.js"></script> Try the sample again. ACTUAL BEHAVIOR: the close ('X') buttons don't work. EXPECTED: the tab should be closed on 'X' button click
Jquery validation(jquery.tools.min.js)
Hi, I am using "jquery.tools.min.js" for form validation every thing is fine i am using like this class=required I want to validate email field with @ how i can do this. How i can add rule in file or any simple way to get this done. Please help me in this Thanks in advance. ADIL
Queston on .innerHeight()
Could someone please explain the conflicting results that I have been getting with the JQuery function .innerHeight. Documentation states "Gets the inner height (excluding the border and including the padding) for the first matched element" That being said why does this code do the following display the .innerheight as 96? Shouldn't it be 100 -2 = 98 + 5 = 103! <html> <head> <title>Testing InnerHeight</title> <script type="text/javascript" src="../jquery-1.8.3.js"></script> <style type="text/css">
Ajax error "Syntax error, unrecognized expression: #[object Object]"
Hello, Whenever I make any kind of Ajax call in jQuery 1.8.3 or 1.9, I get stopped at: Sizzle.error = function( msg ) { throw new Error( "Syntax error, unrecognized expression: " + msg ); }; with: "Syntax error, unrecognized expression: #[object Object]". My $.load call is below. I haven't been able to find any solutions online: maybe my GoogleFu isn't as good as I thought $(function () { $(".personPopupTrigger").hover( function () {
[jQuery] clearcase error when trying to add jquery-1.2.6.min.js to source control
Today I tried adding jquery-1.2.6.min.js to source control (Rational ClrearCase). below is the error I got. I didn't get the error when I tried jquery-1.2.6.js. Anyone know why the minified version gives the error. I would like to use the minified version for the obvious reasons. I found some topics when googling this error about using binary type for the file. My understanding is that the minified file is a text file, I don't have any problem opening in DreamWeaver (it is definitely text) , Is clearcase
Order of Jquery ajax events
Is there in order to the jQuery Ajax events? Below is a spinet of code using Ajax to retrieve data. If the Ajax op is "complete", but not "success" I want the background will be set yellow and if the Ajax op is "complete" and "success" background will be set to green. The background is always set to yellow. However, if the code that sets the background to yellow is commented out then the background color is green. It appears as though that "complete" status always executes after "success". $.ajax({
Autocomplete and custom _renderItem 1.10.0 rc and b
There is an error in the actual demo... view console to see. so you can reproduce using the demo's The custom autocomplete demo is rather simple...! please try with something which isn't default and see that it does not work. nothing in the custom section is rendered.... error "Uncaught TypeError: Cannot set property '_renderItem' of undefined" no modifications to my code and this works fine in 1.8.3 and 1.9.2 with backward comp disabled. trying to up to 1.10.0 rc and i can not.
test if "a" tag inside "h3" tag
Im trying to test if "a" tag exist in "h3" tag but it is not working $(this) is set to = "h3" if($(this).children("a")==true){ please comment
Next Page