JQuery :: Combination Of More Than One Version Within An Application?
Mar 27, 2010
I have an application developed using jQuery1.2.3 and I currently have issues with printing a pre-defined area of a page within the application.I found the solution in the jQuery Plugin - PrintArea but it's not compattible with jQuery 1.2.x. The introduction of PrintArea and jQuery 1.3.2 to my app throws errors like "exception thrown and not caught - Query1.3.2.js" and "object does not support this property or method - on the line where I'm calling the printArea function".
View 1 Replies
ADVERTISEMENT
Feb 27, 2007
I want to disable ALT+TAB key combination on my webpage to avoid people using any other application while using my application while working on my website.
View 14 Replies
View Related
Apr 16, 2009
I can retrieve the version of Microsoft Excel application installed in my system, but how can i do the same for Adobe Flash application. Does anyone know how to do it. The problem is i dont kknow the Application name to be used for Adobe flash so it returns nothing.
View 1 Replies
View Related
Mar 27, 2010
I have problems updating from version 1.7.2. to version 1.8. I'm using a custom theme - can anybody give me a step-by-step guide how to update without destroying the whole site ? :) I would like to have the button featueres in the new version
View 1 Replies
View Related
Jul 12, 2010
$(document).keydown(function(e) {
console.log('key code is: 'e.which);
});
I know how to find out which key user use, but how to do it when they use combination key? for example: "CTRL + C", "CTRL + V" and so on.
View 4 Replies
View Related
Nov 7, 2011
I have the requirement for.
filter the table with multiple columns there are 4 columns.
i.e 1>date 2> time 3>users 4>status.
here i got the filter for individual filter.
but i need the multiple filter.
eg:if i enter date and time, then the resultant table should be satisfies the given date and time entries. those rows only visible to the user.
View 3 Replies
View Related
Oct 30, 2009
thisState="ALHouse";
I want to select all elements of class="placemark" and whose parent is thisState.
View 1 Replies
View Related
Dec 21, 2010
I am trying to get started using JQuery, but I find I can't even get to lesson #1. When I go to jquery.com and click to download the latest version (or any version) it doesn't "download" anything. It opens the file as a webpage in my browser and I see all the JQuery in one big string. Why won't the file just download? Is it the browser I am using? Is it my Mac?
View 2 Replies
View Related
Oct 26, 2010
When I do this:
$("#login_box").slideDown();
$("#username").focus();
$("#username").select();
The username is selected but then it goes away just after the login_box is shown. Is there any way to make it keep the selection?
If I do this, it works:
$("#login_box").show();
$("#username").focus();
$("#username").select();
View 1 Replies
View Related
Feb 13, 2011
I have a problems with selectors. I have the following HTML code:
<div
id
=
"myDatepicker1"
[Code]....
But the alert message does never appear and I did not get JavaScript errors. It seems that the selector does not match and so the alert message and the .hide() does not take effect.
View 2 Replies
View Related
Jan 21, 2009
I'm trying to write a function to set display of containers when hovering over another element.I have an unordered list with 5 list items each of which, when hovered, should trigger the display of a corresponding div.I can get each of the individual portions of this to function;i.e. the "hover function" on it's own, and the "for loop" on it's own. But when combined, my counting variable (when placed within the hover function, has a fixed value of "6" though the loop iterates the expected number of times "5".How do I pass the variable so that it will increment properly?
Code JavaScript:
$(document).ready(function() {
myDivs = '5';
[code]....
View 8 Replies
View Related
Oct 24, 2011
I have two different arrays with the same number of element. The 1st array holds the ID's and the 2nd one holds the Items....i want to use both of them in a Jquery autocomplete plugin.. showing the the 2nd one values but getting the value of the 1st arr.
I was wondering if there is a way to combine both in one in Javascript.
like Arr3 =[arr1, arr2] where i display arr2 elemnt and pass arr1 elements?
View 5 Replies
View Related
Oct 24, 2010
I need javascript to trigger the combination of ctrl + minus. Is it possible. I need this because the design of the webpage I'm working on is looking much better at 83 % zoom which couldn't be achieved by CSS zoom property in mozzila firefox.
View 2 Replies
View Related
Jan 13, 2006
I'm having difficulties to understand why the code below doesn't work.
The idea is to generate an <iframe> with a higher z-index compared to
an <object>. In Microsoft Internet Explorer 6, everything works fine,
but Firefox/Netscape seems to have problems with this construction.
Am I overlooking something ? Code:
View 2 Replies
View Related
Sep 16, 2011
1 Box holds 3 items, Complete box weighs 75g, each item 25g, customer chooses their own 3 combo items. This could be the same all the same item or 3 different items.
I need a script that will require the selections to make up 75g in order to continue the process. i.e customer can only continue when 3 items / 75g worth are selected.
Here is a short version, I have about 12 selectors at the moment and possible more will be created (if that matters).
<form name="cart_quantity" action="myProduct?action=add_product" method="post" enctype="multipart/form-data">
<
<div class="placeholder">
[Code]....
The section of the form is just the portion with selctors, there are other fields with radio buttons for color choice etc.
View 3 Replies
View Related
Apr 2, 2010
Using Javascript / jQuery, I'm trying to produce a series of dropdowns ("<select>") that have their options filtered as the user selects from them.
For example:
DROPDOWNS
Field 1:
- value_1
- value_2
[Code]....
When a option is changed all the current entries are removed and only the allowed combinations added back in.
how to find which combinations are acceptable based on what has already been selected.
View 1 Replies
View Related
Nov 14, 2010
I opted to use JavaScript & PHP (instead of Flash) to create a sort-of "t-shirt designer" -- basically, it's a gallery-type script that allows users to scroll through t-shirt styles, swap colors, and so on, prior to reaching the actual design tool. And I'm starting to regret.
It's actually working very well so far, except for one thing: I want the t-shirt option that the user selects to link the user to the design tool. The "gallery" already has an image for each possible option that displays whenever the user selects a combination, but I want to make that image is a clickable link.
I have no idea where to start -- I know next to nothing about javascript -- and to accomplish this in Flasjh I'd have to start this stupid basic thing all over again from scratch, and it would defeat the point of not using Flash in the first place, so
View 2 Replies
View Related
Jan 10, 2012
I am exhausted today, not to include the funk that the BCS national championship put me in, so I must be either crazy or missing something. When I do the following the code works;
[Code]...
View 3 Replies
View Related
Dec 12, 2011
how to stop the animation in jqueryversion1.1.3 ?in 1.2 and higher version has thefunctioncalled "stop()",which is notavailablein 1.1.3 ?
View 17 Replies
View Related
Jun 6, 2010
i cant install it!i've downloaded the air application from adobe, installed it, but i cant install the air version of the browser!
View 2 Replies
View Related
Jan 4, 2012
Which one is the stable version of Jquery currently we are using 1.4.4 in the application, if we go ahead with 1.7 what all can break, exactly how the version migration is to be done?
View 4 Replies
View Related
May 21, 2010
I am trying to implement a version of the datepicker. However, I would like the calendar to open in a modal dialog box rather than sliding open next to the text box.This is the closest example I've been able to find, but there are a few issues - I would like the user to click on the text box to change the input, and obviously the small input box in the corner of the calendar is a problem...
[URL]
View 1 Replies
View Related
Oct 19, 2011
Ineed to pass two variable in a querystring from one application (in PHP) to another (in ASP.NET). It's a one way transfer...That is I need to encrypt it in PHP and decrypt it in ASP.NET (c#). The data will be anywhere from 5 - 15 characters..only letters and numbers.
View 2 Replies
View Related
Mar 8, 2011
I am using Jquery 1.2.6 version with existing website. I want to animate something on mouse over and for it I used animate function for it but I not able to get expected result.
$(document).ready(function() {
$(".small-packagebuilder").css({"background-position": "5px 0"});
$(".builder_top_magenta span a").hover(function() {
[Code].....
View 2 Replies
View Related
Apr 5, 2010
I have a list of check boxes on a page and disable/enable a button based on if one or more of the check boxes is checked. If something in the list is checked, the button gets enabled. Otherwise, it is disabled. Since the list fairly long and it is also dynamic, this behavior is bound to the click event of each check box using live.
In jQuery 1.3.2 the following check worked as expected (with both actual and programmatic clicks) :
if ($('input:checked').length > 0) {
$('#button').removeAttr('disabled');
} else {
$('#button').attr('disabled', 'disabled');
}
However, in jQuery 1.4.2 this behavior changes slightly. Actual clicks still register correctly and the code above functions as expected. Programmatic .click()s, on the other hand, pass through with the opposite behavior. When checking the state of $('input:checked').length afterward, it reports as I would have originally expected. I use this technique to unit test my code, so it is important that a programmatic click simulates an actual user click. This appears to be related to the known issue with the timing of :checked being switched when checking from a bound click handler.
Although I didn't see this timing issue with the above code in the past, I have seen it when checking the state of a single check box when it was the one that was clicked. When checking a single check box, I could work around this by maintaining a state variable rather than checking the :checked state directly. Now that this same issue is showing up when checking multiple checkboxes (in addition to the one actually receiving the click) that work around becomes much more difficult.
View 1 Replies
View Related
May 26, 2009
How to Detect version of internet explorer using jquery?
& also name of browser?
View 2 Replies
View Related