[jQuery] BlockUI problem with iframe in IE7
I have got iframe in the page and when I call blockui, the content gets disappear in the iframe. This problem is only in IE7 not in IE6 and IE8. I am currently using * jQuery blockUI plugin * Version 2.18 (16-APR-2009) need to refresh with no cache for remedy and no problem if I do not call blockui regards,
[jQuery] cheap GHD (www.518store.com)
cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style CHD(www.518store.com cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style CHD(www.518store.com cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style CHD(www.518store.com
[jQuery] How to post a XmlDocument to ASP.NET WebService (*.asmx)
I tried to use it in following way. asmx: [WebMethod] public string XmlTest([XmlAnyElement] XmlElement test) { return ""; } js: var xmldata="<Book>a</Book> var par = { "test": xmldata}; $.ajax({ type: 'post', url: "WebService/DatabaseWS.asmx/XmlTest", processData: false, data: data, success: function() { alert('yes'); }, }, But it seems wrong, and didn't call the XmlTest method, Anyone can help me?
[jQuery] [validate] credit card number validation fix
I was using an input mask plug-in on the form as well, which I found was causing the creditcard validator to fail (due to the spaces in the mask between the (4) character groups). This was fixed by moving line: 1017 to just above line: 1011 which tests for only characters [^0-9-]. This could also have been fixed by adding a space to the regular expression but since the replacement line is already in the code, just moving it accomplishes what we're after.
[jQuery] Repositioning Datepicker
I'm using the UI datepicker plugin which is very nice, but I have a little problem. I have a page where users upload photos which get uploaded via jquery and then appear on the page, above any other photos which were previously uploaded. Each photo has a datepicker form field users can select the date the photo was taken. My problem is this, after the new image is placed on top of the others, all the datepicker calendars for the previous photos are still positioned in the original location so if
[jQuery] jquery unbind events before removing html?
hi all, i have a perfomance querstion. when is bind some jquery events to, for example, <p id="test">. and later i remove this HTML with jquery should i unbind all events first or are they unbinded with removing the html?
[jQuery] How to make a iframe grows up to it's actual size
Well, i have a iframe element with ID iframe-template Then, i used $('#iframe-template').attr('src', url) to load content of url into that iframe! It works fine! But i dunno how to make it grow up to it's actually This is my iframe tag <iframe width='100%' height='100%' id='iframe-template' name='iframe-template' frameborder=0 src='' scrolling='no'></iframe>
[jQuery] [treeview] help with persistant:location variable...
I looked through the board but can not find any info for what I am needing, for the persistant:location highlight, I need it to not look at the entire url string, just part of it. using php my links have http://www.myweb.com/good_link.php?location=here&page=5 the string should only be looking for everything before the & symbol. I can not figure out how to do this. I know it is all happening in the case area of the script but can not figure out how to filter out everything from the & to the end of
[jQuery] autocomplete
I have a silly question... I am using extraParams to pass additional field values via the URL $("#findHighSchool").autocomplete("autocomplete_ajax.cfm", { width: 260, selectFirst: false, extraParams:{ STATE:function() { return $("#STATE").val ();} } }); This works correctly. I need to pass a CITY field as well as STATE. How do I configure the second extra parameter? All the syntax I've tried fails to work. Do you use multiple extraParams lines or pass both params on the one line? Any help greatly
focus on input field
I have the following html <div id="xx">> <html:form ....> <html:text property="title" value="" styleId="forum_newthread_title" /> </html:form </div> The xx div is opened as a overlay using jQuery.overlay plugin. Now this works great. But when this form is opened i want to give focus to the first html:text field. I tried $("#xx", ":input:text:first").focus(); $("#xx1", ":input:text:visible:enabled:first").focus(); etc but it doesnt work could anyone please tell me how I can fix this
[jQuery] Jquery and Other Libraries Error
Guys, I am having this issue with jquery and have no idea how to solve it .... can anyone help or provide some assistance!? [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIDOMXPathEvaluator.evaluate]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: http://example.com/wp-content/plugins/IMM-Glossary/JavaScripts/prototype.js :: anonymous :: line 1081" data: no] Source: http://example.com/wp-content/plugins/IMM-Glossary/JavaScripts/prototype.js
[jQuery] [autocomplete] grouping suggestions with titles and adding fixed items to the bottom of the list
Hi everyone, Is it possible to group the suggestions drop-down list into sections with titles? ...and also to add fixed items to the bottom of the list such as a HTML link? Many thanks, Matthew
Coming back to the first div
Hi, I have a menu toggling down divs which works properly, but I'd like the last div toggled not to be remembered. I want my links to lead to the first div every time they are clicked. I can't desactivate this "memory" option. anyone has a clue ? here's a test version of the site : http://europavelo.ironie.org/SITE_REPORTAGES Thanks !
Reference is undefined
Below is my “view/sourceâ€
[jQuery] █▓₪۩₪▓█ Aishwarya rai hot masala sexy pics & Videos, █▓₪۩₪▓█ ..
█▓₪۩₪▓█ Aishwarya rai hot masala sexy pics & Videos, █▓₪۩₪▓█ http://hollywoodactressvideos.blogspot.com/ http://bollywoodhotvideos4u.blogspot.com/
[jQuery] cloning combobox plugin
Hi all, Some time ago, i've seen a jquery plugin that could allow to "clone" a combobox (<select> </select>) ,underneath the first one, as soon as a choice was made. I can't put my finger on it anymore. Any link ? regards, f.
[jQuery] sexy!!!!!!!!!
SEXY GIRL hai......friends and lovers....am priya.......... chat russian girls and pakistani girls,,,,,, love and romance beautiful girls...... contact my own website............. and.... am hot sexy girl.....for personal,,,,,,, contact new real friends........... am waiting for real friends!!!!!! ARE YOU FUCK WITH ME???? mm....waiting....... my full details and my personal phone number see my personal website................ http://biodiversi.50webs.com "love make a life is beautiful" "love is true"
need help to use jquery
hi friends I am new to jquery can u please tell me how to use jquery and wat is use of it and advantage of it :)
[jQuery] why can't I get a background image to remain on div during mouseout?
This should be the easiest thing in the world - set a background image for a div on mouseover. I'm working on a color picker for a clothing store. The customer can choose any of 20 colors. The colors are represented on screen by 20 tiny divs, each with a background color. When the customer wants to see a particular color variation, for the clothing, they mouse over the div with that color. A background image is then set that highlights that div, showing it is choosen. This background image should
[jQuery] Multi Draw Accordion
I am new to jQuery and wrote a tool for my job that uses the accordion and tab plugins a lot. However, I find the ability to only load one draw at a time to be limiting. I am looking for a plugin that functions exactly like the accordion and processes the HTML in the exact same way, while using the standard UI css that allows for more than one draw to be open at any time. I still want the first draw to be loaded first, and would like a 2nd click on a draw header to collapse the draw. Anyone care
[jQuery] jQuery installed
How I can check that jQuery is installed (worked)? Another words check the string <script type="text/javascript" src="jquery.js"></script> in <header> section.
[jQuery] How to compare an object with different instances using jquery
var foo = new Object(); var v1 = new foo(); var v2 = new foo(); //attaching click to v1 v1.click($(this.anchor1)); //attaching click to v2 v2.click($(this.anchor1)); v1 is not equal to v2 I would like to differentiate the object instances when a click event handler is triggered ... I know java has equals() and hashcode() to compare object instances. How to accomplish this in jquery
[jQuery] Load content after page done
Hello Jquery member's I have question about how to make div load content after page done, the content I'll give it from external page
Preserving Form State on Submit
Hi, I'n trying to implement some jQuery that will effectively preserve the state of a submitted search form so that the user can see the checkbox selections they made and adjust. The form is submitted as a get action. Anyone got any suggestions how that can be done? Thanks!
[jQuery] Some pseudo help if you'd be so kind?
Hey guys, I have 10 separate posts displayed on a page. I want to hide 7 (of the oldest) of them and display a link; 'show more posts' - kinda a pagination thing I guess. My PHP pumps out 10 posts, and I'd like to do the hide/show with JS. I'm aware I could simply add and remove a height class, hiding/ revealing the posts, but I'd like to make it a bit more complex and have accurate control over how many posts are shown if my client turns around and says he wants 5 posts displayed prior to the button
[jQuery] Triggering jQuery form AJAX data
Hi, I have an annoying problem. I have some content on <ul> tag. I set an action when I click on every one of li tag. This part works well. The problem is, when I trigger function in different section which chage <li> tags inside ul (li tags are loded via AJAX). The the new tags are not working with jQuery form base page. Does anybody know what is the problem?
[jQuery] What's the jquery approach to this? (how would you add a handler that needs access to fields from objects from an iteration)
I have a table that is dynamically created of multiple rows where each row needs a button that allows you to 'delete' - making a call to the server with an id (and another var in scope) being passed in the url. Currently it looks like this: <c:forEach var="s" items="${actionBean.sampleResults}"> <tr> <td>${s.type}</td> <td>${s.name}</td> <td><input type="button" id="deleteButton" value="Delete" onclick="deleteSample('${actionBean.sampleMainTypeName}','${s.id}')"/> </td> </tr> </c:forEach> //script
[jQuery] downloading jQuery
This is the recommended version of jQuery to use for your application. The code in here should be stable and usable in all modern browsers. ... ################################### http://ecologicaleconomics.web.com/ ##################################
[jQuery] ui slider effects
I know there's an animate parameter for the slider, but has anyone added (or know how to add) a bounce effect or easing effect to the ui slider at: http://jqueryui.com/demos/slider/#steps
Problem with .next() and .prev()
Hi i am really stuck here... My problem is the .next() function which returns unexplainable a undefined value. The HTML <tr id="tr1" class="title delete"> <td class="newtab" onclick="addTab(this)">Producten</td> </tr> <tr id="tr2" class="title delete"> <td class="newtab" onclick="addTab(this)">Test</td> </tr> <tr id="tr3" class="title delete"> <td class="newtab" onclick="addTab(this)">Overzicht</td> </tr> The JS //this both actions return undefined $('#tr2').next('.title').attr('id'); $('#tr2').prev('.title').attr('id');
call webservice
Hi, i try to call a webservice with parameter. I want to lookup for a companyname by enter his ID. I see only the alert after the complete and never the succes or the failure. Anyone help me? Code: <script type="text/javascript" src="http://kmosvi24/_layouts/jquery-1.3.2.min.js"></script> <script type="text/javascript"> $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "http://webss/service.asmx/getCompanyByCompanyID", data: "{'sCompanyID:' + ADESERER}", dataType: "json",
REL and CONTAINS Selectors
Hi $("all"), I've been meddling around with jquery lately and I'm trying to create a system where the user can search a report in table format using a textbox and a dropdown which displays all available column names. $('.report').find('tr').find('td:Contains(' + searchvalue + ')').addClass('highlight').siblings().addClass('highlight'); The above code works perfectly and searches all fields. (Contains is a custom extension which is the same as contains but case-insensitive) My problem comes in when
Adding and removing DIV-IDs from an array
Hi, I have a number of DIVs that I want to make 'selectable' on click, which means that I give the DIV you click on a class (just to show it's selected) and save its ID into an array. When I click on that DIV again, the class should be removed and its ID should be removed from the array as well. My code goes like var selected_items = new Array(); $(".selectableDivs").click(function() { if($(this).hasClass("selected")) { $(this).removeClass("selected"); selected_items = jQuery.grep(selected_items,
Jquery looping on hover
I've using JQuery to incorporate two simultaneous effects; slideToggle and fadeOut, on hover. Both effects work as desired, except that they both loop when hovering over the active div. Here's the code: $(document).ready(function(){ $("#oneform-off").hover(function(){ $("#oneform-on").slideToggle("slow"); $("#oneform-off").fadeOut("slow"); }, function(){ $("#oneform-on").slideToggle("slow"); $("#oneform-off").fadeIn("slow"); }); What do I need to do to ensure that
[jQuery] What's the best way to pass parameters through jQuery's ajax?
Right now, I'm using jQuery's ajax like the following: function hello_world(param1, param2, param3, param4) { $.ajax( { type: 'POST', url: 'foo.php', dataType: 'html', data: 'param1=' + param1 + '¶m2=' + param2 + '¶m3=' + param3 + '¶m4=' + param4, success: function(data) { } }); } In foo.php, I retrieve the parameters like: $_POST['param1], ... Is there a more elegant way to pass the parameters on the javascript side?
[jQuery] very stupid question
I'm brand new to jQuery... just getting started, not really a programmer/developer more a designer. when i download my copy of jQuery, the file is named: jquery-1.3.2.js or something like this... all the tutorials reference a file: jQuery.js do I simply rename the file I've downloaded as jquery-1.3.2.js??? I've tried it but stuffs not working and need to know if this is the issue or not.. thanks whoever answers this... ryanfred
[jQuery] slideUp and slideDown works only once
Hi, I have the following code: $(document).ready(function() { $('.artistspanel').hide(); $("#teamcontainer h2").click(function(){ $('#teamcontainer div:visible').not('.hr').slideUp('slow'); $('.'+$(this).attr("id")).slideDown('slow').show(); }); }); Which runs with the html: <div id="teamcontainer"> <h2 id="panelone">Panel 1</h2> <div class="artistspanel panelone"> //content </div> <div class="clear hr"></div> <h2 id="paneltwo">Panel 2</h2> <div class="artistspanel
Calling a function when a tab is clicked
I need to call a function when a tab is clicked. So I tried starting out with a basic alert when a tab is clicked. My html is as follows <div id="tabs"> <ul> <li><a href="#tab1">Tab1</a></li> <li><a href="#tab2">Tab2</a></li> <li><a href="#tab3">Tab3</a></li> </ul> <div id="tab1"> <p>Tab1 contets</p> </div> <div id="tab2"> <p>Tab2 contets</p> </div> <div id="tab3"> <p>Tab3 contets</p> </div> </div> And my javascript is as follows $('#tabs').tabs().click(function()
[jQuery] ajax returns data on ie safari and chrome but not firefox
Can somebody take a look at this... http://www.churchboom.com/index1.asp The white my notes section on the bottom left is a div area that is loaded with an Jquery Ajax call just like 2 other areas on the page. This works fine in IE, Safari (PC), Chrome but not in Firefox. It just shows blank white. Any ideas?
[jQuery] Multi level query
Hello, I am trying to create a multi level query, My only problem is that i do not know how i can visually develop it. Does anyone of you saw a plugin like this. i would like to have a visual aspect like this one. <a href="http://yfrog.com/bfpicture6up">http://yfrog.com/bfpicture6up</a> Thanks
Next Page