Out of stack space problem Ajax in IE 8
In IE 8 browser produce Out of stack space error in cross Domian i am using jQuery 1.10.1 version $.ajax({ "url": arguments[1], "crossDomain": true, "type": "GET", "dataType": "jsonp", "jsonpCallback": arguments[2], "data": arguments[0] }); rest browser working fine but IE produce Error. Give me right way.......
Image not resizing when the page loads
I have an image that needs to resize depending on the size of the screen. On my page if I take the screen and resize it, then it resizes the way it should but if I reload the screen the the image gets squashed. You can see what I'm talking about in my demo. When I resize the screen it works fine, but when I click on run then it gets squashed. My html <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 slider-wrapper"> <div class="banner_wrapper active_banner" style="opacity: 1; left: 0%;">
carouFredSel: first item repeated a few times after each rotation
I have two issues with my carouFredSel integration 1) after each rotation, the first item is repeated a few times (twice in WebKit browsers, four times in Firefox and IE) before the next round starts. Any idea how to get around that? 2) _sometimes_ my thumbnails are not positioned correctly and I cannot figure out why. (Have to do that on load because the layout is not as simple as it looks ... you´ll see what I mean when you see an item with a longer title) see it in action at http://www.egun.de/market/index2.php
Issue with using "this" in a scroll call
Hello wonderful humans, Alright, so either I've found an issue with jQuery, or I'm doing something wrong, and it's most likely the latter rather than the former. So I've got a code snippet: $(window).scroll(function() { if ($(window).scrollTop() > 384) { $('.chevron').css({opacity: $(this).css('opacity'), animation: "none", WebkitAnimation: "none"}).fadeOut(2000); } });And some HTML: <svg class="chevron" id="chev1" width="80" height="18">...</svg> <p class="chevron" id="chev2">...</p>And some CSS:
Jquery.data() vs data() ?
when to use Jquery.data() and when to use .data() ???
How do I load this jquery accordion into a div?
Hi, I have a jquery accordion that works fine on its own. When I try to load it into a div located on my home page using a link and the load method, the accordion appears as a list with headings and loses all its functionality. My working accordion can be found in http://jsfiddle.net/jenova007/jhhpovzb/ I would like to load this accordion into the "result" div when I click on the "Store Locations" link. After making many attempts I end up loading the original accordion page or loading a list of
Jquery UI & arabic letters
Hello guys, I use for my arabic site the Jquery UI and it works fine with all browsers except IE (11). It shows the letters but not correct. here in the images you can see screenshots example for the button in chrome and IE. the first one of chrome is correct and the second is of IE. and here is the head <meta http-equiv="content-type" content="text/html";charset="utf-8" /> <script type='text/javascript' src = './JS/jquery-1.11.1.min.js'></script> <script type='text/javascript' src = './JS/jquery-ui.min.js'></script>I
form validation help
hey guys im using the validation plugin and im wondering is it possible on submit to remotly access another page so that i can check if the details posted are correct. ie. user exists? if not then for the form to be invalid thank you $("#login-form").validate({ rules:{ identity: { required: true }, password: { required: true }, }, messages: { identity:
I nested a tab box into an accordion. There's a ton of blank space beneath the tab box.
Hello all. I'm loving JQueryUI so far, however I've run into a problem that I don't quite know the solution to. I have a tab div nested within an accordion div. It all works fine, but there is a TON of extra space after the tab div. I've tried changing some values around in the master .css file (jquery-ui.css), but can't find what's causing this. Here is a picture with the problem area circled in red, I can also post my code if you would like. There's a small amount of custom CSS in the page at the
Video stops when using effect on show
I'm trying to add an effect when a video is shown, this works with the simple fade effect, but anything else e.g. scale stops the video when the effect is completed. See http://jsfiddle.net/6roxf1a1/5/ The following stops the video 2.5 seconds in: card.show({"effect":"scale", "duration":2500}); Using the fade effect the video keeps on playing: card.show({"effect":"fade", "duration":2500}); The video also stops with other effects such as bounce, slide, clip and blind (haven't tried all the others)
JQM- Popup not opening on .popup("show") in JQM 1.4.4, PhoneGap android 4.4.2
Hi, I am want to add popup widget to my app and It should open by .popup("show") method. I have popup like : <!-- Popup --> <div data-role="popup" id="mob_pop" class="ui-content"> <a href="#" data-rel="back" class="ui-btn ui-corner-all ui-shadow ui-btn ui-icon-delete ui-btn-icon-notext ui-btn-right">Close</a> <label><b style="color:grey;">Prospect Mob. number</b></label><br> <p> <input type="text" maxlength="10" name="cust_mob" id="check_cust"> <a class="ui-btn
Want a jquery plugin like faceook for my ecommerce webiste
Hi, I want to create a faceook like feature for a ecommerce website, Where customer can share their products on their profile or friend profile, And also like and comment feature like facebook. Thanks
DDSlick hiding behind when opened in a modal form
I am trying to open ddslick with images in a modal form. It opens fine, but the issue is when you click on the down arrow to expand the dropdownlist, the list hides within the modal form. User has to scroll the form to select a image. I want the dropdown list to expand on top of the modal form just like a normal dropdown list would in a modal form. Please advise!
Uncaught TypeError: Cannot read property 'settings' of undefined JQuery Validate
0 down vote favorite I am using JQuery Validate on a JQuery Mobile form that has a listview with an Auto Complete option that is created dynamically. I get this error if you try and type into the auto complete field, once validation is active. I can see that the problem is related to the form that jQuery Mobile creates to hold the filter input but I can not figure out how to stop jQuery Validate from validating the field. I can reproduce it using JS Fiddle (Press Validate and then type in the filter
JQuery SelectBox - adding an .active class when expanded
Hello, I've been trying to understand how to select and style jUqey's SelectBox when it is expanded. There seems to only be an ARIA attribute, aria-expanded='false' / 'true' but targeting the SelectBox this way doesn't seem correct and I haven't been able to apply styles this way. Does anyone have any insight into targeting the SelectBox while it is expanded for CSS styling?
JQuery and https issue
Hi, I am using Jquery on a Sharepoint site and I have some issue by using Jquery and https. Here my error: Mixed Content: The page at 'https://***********.sharepoint.com/sites/******' was loaded over HTTPS, but requested an insecure resource 'http://vivafiliates.com.br/afiliado.php?user=opensubv5'. This request has been blocked; the content must be served over HTTPS.jquery.js:5 (anonymous function)jquery.js:5 x.fn.extend.domManipjquery.js:5 x.fn.extend.appendjquery.js:6 (anonymous function)jquery.js:4
Common initialization / common variables in jQuery UI Widget factory?
I have a jQuery UI plugin that is working successfully. I want to convert it to jQuery UI Widget Factory. My current widget allows me to apply one initialization across all of the selected elements. I do this just before my this.each statement. Works great. I call my current plugin like this: $("input[title *= 'Cost Center Name']").simpleDialogListSP({spListName : "Cost Centers", dialogTitle : "Cost Centers" }); I have multiple input boxes with the title of Cost Center Name X. My plugin goes out
contenthover
It works, but I have a two issues: 1) How to disable the overlay slides for mobile (touch) devices? I'm currently detecting mobile devices with good success using the PHP library mobileESP . I can also use the following Javascript: $( document ).ready(function() {
var isMobile = window.matchMedia("only screen and (max-width: 760px)");
});
if (isMobile.matches) { //adjust for mobile device }
But how can I use a boolean variable (either PHP or Javascript) to disable contenthover functionality?
scrolly.js understanding a simple function code
Hey guys , the below is a parallax scroll pluggin : a rather simple one : Scrolly.js from line 71 - 77 : what are these lines of code really doing ?? (i hv pasted the code below) $.fn[pluginName] = function ( options ) { return this.each(function () { if (!$.data(this, 'plugin_' + pluginName)) { $.data(this, 'plugin_' + pluginName, new Plugin( this, options )); } }); }; i have really been struggling to get my head around this ! , Like
superfish and large number of menu items
hello - i have been using the awesome superfish (v1.5.9) for some time with a rather large number of menu items and sub-menu items. in other words, i could have 10 menu items, and each item in that menu has 10 more menu items, and each of those has 10 more menu items. the problem has been that the menu items very quickly start to open below the bottom of the page. so i put together this jquery script below to start forcing any menu item near the bottom of the page to open upward rather than down.
Strange behavior when draggable div floats on the right
Hello, I would ask you if there is a reason for which, if I use: "right": "0", at 55th row of javascript code of this demo (like at 45th row), it doesn't work, whereas, if I write in that way: "left": $('body').width() - $(this).outerWidth() it works as expected. Thanks a lot, Cheers, Riccardo
jquery simple form validation
I have three group of text boxes in one single form with one confirm button for validation. when confirm button is clicked * I need to find which group is valid and invalid group with custom error placement :| how to achieve this? fiddleeeeeee
how to wrap parameters with Data attribute from ajax get call
please look at the code below. the web method is not firing when i wrap "data" attribute in double quotes(" ") like [ data: " { 'Name' : '4' } " ] in ajax call. am wrapping in quotes because i have to pass textbox data dynamically.let me know the reason pls. $('#txt').keypress(function () { var date1 = $('#txt1').datepicker().val(); var x = 10; $.ajax({ type: "GET", url: "school.aspx/GetEmployees",
Inconsistent behavior validating multiple remote and other type fields.
Hi - we are using the validation plugin for a form with multiple fields. 3 of the fields use the "remote:" validation and 6 fields use 'maxlength:" or "digits" validation. The behavior we desire is that we display error messages for all fields that have invalid input when the form is submitted. What we are seeing in the case of multiple invalid inputs is that if I enter invalid data in a remote: type field, we see only the error message for that one field even though other fields are invalid as
tablesorter only on blur not keyup
I posted this under a different username, but my work email is blocking zoho so I recreated it here under my personal email. Is there a way to have my filters fire only on blur? It seems that firing on every keyup is causing issues. Also, I am very new to AJAX and tablesorter. Is there a way to not have the request fire if there are no filters selected? Currently the page loads with a filter parameter, if the user removes that filter I do not want the request to fire. It would bring back too many
jQuery - Read data from database in a loop
Hi, I want read data from database in a loop; with jQuery code in ASP. Similar inbox in email ,inbox(1), that show count receive email in every moment. help me please...
Ajax call is not firing
hello guys.. please look at the below code. please tell me where am going wrong. Purpose: just trying to access a web api method and retrieving data. $('#txtApprovedEmails').keypress(function () { alert("here ajax method"); $.ajax({ type: "GET", dataType: "json", url: 'selectemployees.aspx/GetEmployees', async: false, contentType: "application/json; charset=utf-8",
loop through selected checkbox
Hi how i can loop through only selected checkbox and perform some operation, out of all checkbox and if no one is selected alert message as ('select at least one) thanks
Jquery Split screen Image Hover
I have a full page split into 6 sections with a background images in each section. Also in each section there will be a <article> element. **What I want to do** When you click on a .section all the other <article> elements will fade out except for the one that is in the section that was clicked. Once the .section expands I have an .excerpt that fades in along with an X to close. When you click the X I need it to close and fade out the .excerpt and fade back in all the <article> elements that were
Use one filter to search across listviews
Hi, non-working example of meaning: http://jsfiddle.net/V3CYc/24/ I have three listviews; each has own filter. I'd like to have one filter for all three. Before I start hacking, any advice? To avoid mess if there is a nice way. Thank you very much in advance. Bijan
Delay on all buttons and links
Hi, if i click on buttons/links the response always tooks ~1 second. There is no data retrieved or something, it's just switching from a page to a page (multiple pages on one site). I've tried "Fastbutton" for jQuery but this doesn't solve the problem. My mobile browser is IE 10. Thanks!
Having trouble with resizable()...Please have a look...
hi forum, im totally new to jquery and trying to play a little bit around. i hope that my question is not to stupid but after playing and trying for hours i decided to ask you. i have one thing i dont understand and i have no idea how to get this work. i tried to find a answer and i was searching hours... but i dind't this is my code: <script src="js/jquery/jquery-ui-1.11.2.custom/external/jquery/jquery.js"></script> <script src="js/jquery/jquery-ui-1.11.2.custom/jquery-ui.js"></script> <style>
increment id when adding new line in table
hello everyone. need your help for advices on jquery code; when i add a new line to table, the selection.change() dont work anymore. i thinks i have to change ID ( increment ) for each element in table when i an adding a new line to table: tr , select input how fixe this problem. and how call it in selection.change() script thanks here his my code, <HTML> <HEAD> <TITLE> exos </TITLE> <script type="text/javascript" src="jquery.js"></script> </HEAD> <BODY> <button id ="add_line" class="add">+</button>
JQuery Contact form
What is a simple JQuery contact form that I can use?
header Banner
Hello I want a jQuery to create header Banner, Initially it has to show Header (it has a man picture) with Title, after few seconds title should be overwritten by some Topic link and summary with thumbnail. Can you please give an idea how to do this. Thanks
Having trouble with the Menu widget
Very new to jQuery, can anyone tell me why I cannot get the menu widget to work? I would appreciate it so very much. Firebug is giving me the "function not defined" error. Here is my code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>In Page Viewer</title> <link href="../_css/site.css" rel="stylesheet"> <style> #navigation ul, #navigation li { margin: 0; padding: 0; list-style-type: none; } #navigation a { background-color: rgb(204,204,204); text-decoration: none; font: 16px 'ColaborateLightRegular',
What does Native JavaScript mean?
What does this mean? Familiarity with native JavaScript and JavaScript libraries (jQuery, Prototype, etc.)?
Syntax Error?
Good evening everyone, I'm new to jQuery and I'm trying to create an image slider for a website. My dreamweaver application as well as console mode in browers say I have a syntax error on line 4 (highlighted). For the life of me I don't know how to fix it. Any help is very appreciated. Thanks for taking your time to help out a novice. // JavaScript Document $('.slider').each(function(){ //for every slider var $this =$(this), //Get the current slider var $group =$this.find('.slide-group'), //Get
Problem jquery with chrome2
Hello everyone, Need help, my code doesnt work on chrome but no problem in FF and IE. Thanks <HTML> <HEAD> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <TITLE> Exos </TITLE> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> function choixoption(zone,option){ $('#'+zone).toggle(); $('#'+option).hide(); $('#select0').attr('selected', 'selected'); } </script> </HEAD> <BODY> <TABLE
not understanding the meaning of construct
iam reading learning jquery book and i came across this sentence ' with the $(document).ready() construct,jquery allows us to schedule function calls for firing once dom is loaded. problem is that iam not understanding the meaning of constructs
Next Page