JQuery :: 1.6.2 Broke Svg Hover Events In IE9?

Aug 30, 2011

See this fiddle. [URL]. Hover over the circle, and note the mouse enter/leave notifications.

Now try this:[URL] This is the same code in 1.6.2. The hover events no longer work.

I don't believe this is related to the jquery.svg plugin, since the bug originally happened to me using the highcharts library, which creates and adds svg elements itself. I merely used jquery.svg for convenience in making the example, as I know little about svg.

This seems a bug to me, but I wanted to make sure. Is this a known and expected change in behavior?

View 6 Replies


ADVERTISEMENT

JQuery :: Calendar To Show Events On Hover?

Jun 8, 2010

I'm looking for a plugin or some help. Looking to create a calendar which can be paged back and forth through months and years. Additionally I would like to add events to the calendar so when a day has an event it is coloured differently and when user hovers over the event details are shown in a tooltip.

View 2 Replies View Related

JQuery :: Hover / Mouseover Events On Touch Devices

Sep 22, 2011

Do you know of any best practice here?Expanding on the question, if an end user is viewing content with touch-based device, such as an iX or Android X, then hover type events (such as hover/hoverIntent, mouseover, mouseout, mouseenter, mouseleave, and perhaps other events that I haven't listed) don't make sense.Forthwith, what's the best usability practice in lieu of these events?

View 1 Replies View Related

JQuery :: 'Simulating' Mouseenter/mouseleave/hover Events Using $.live

Apr 11, 2009

I am looking for a way to simulate the actions of the hover (or mouseenter/mouseleave) whilst using the live method of binding (The items are dynamic). Is there a way to do this or will I need to use the 'old fashioned' method of unbinding and rebinding? I do not want to use a plugin.

View 6 Replies View Related

JQuery :: XML Manipulation Using .before() Broke In IE Between 1.5 And 1.6?

Jun 30, 2011

we have a piece of code which does some XML manipulation and it broke in IE (at least 7) between jQuery 1.5 and 1.6.At this link is the chunk of code running on 1.5.2:[URL]and at this link is the same exact code on 1.6.1 and erroring in IE: [URL]On the second link, IE is reporting an error down in jQuery for invalid number of arguments to a method. The second alert never shows.

View 1 Replies View Related

JQuery :: 1.5.1+ Broke Old $.get() Json Calls?

Apr 12, 2011

functions like:

function showData(id) {
$.get("/url/getdata", {id : id}, function(data) {
$("#dialogData").html(data);

[code]....

no longer work with the addition of 1.5.Looking at firebug, the correct data is returned, but the function breaks after entering the callback.Everything simply stops.I read about the changes to Ajax call in 1.5, but I have over a thousand such calls through my project -> I cannot even begin to think about hunting them all down and changing them, let alone bug testing it all.

View 9 Replies View Related

JQuery :: Autocomplete Got Broke After Update It?

Aug 5, 2009

After I update JQuery autocomplete plugin (jQuery UI Autocomplete @VERSION), I found one issue. The issue is as follows. When I type "jua" in the autocomplete field. Four matches are returned for users with the first name juan. Then add an "n".Only the first match remains in the list. I have come out from this issue by changing the parameter cacheLength:

0 in place of 1.
$field.autocomplete({
url:ac_url,
cacheLength:1,

For the autocompletion data, it reads from the configuration files.Say in the files the data are in this way.

[code]...

It works for previous issue, But creates another problem, If i change cacheLength to 0 then if i add some new name in the configuration file then it is not taking that updataed data. If i change to 1 then after i type "juan" it displays the last one. That is "juanw" and it not displays the other 4name.

View 1 Replies View Related

JQuery :: Customer Image Slider Broke After Version 1.4.1?

Nov 30, 2011

I'm using this jQuery slider code that my coworker and I manipulated so that 3 images slide at a time. It worked great till we updated our jQuery to 1.6.2 from 1.3.2 (we were going to go with 1.7.1 but now that we've encountered this problem we have to hold off). I went all the way back to 1.4.1 and it works okay but not as bad as the latest versions.

I included ALL the code. You can literally copy this whole thing into a blank page, save it and test it. It's not really working as expected right now. It doesn't slide all the way back to 1 and there's an empty slide after 9. I will work with my coworker to debug it more but I want to know why versions 1.4.3 through 1.7.1 break it.

<html>
<head>
<script src="http://code.jquery.com/jquery-1.4.1.min.js" language="javascript" type="text/javascript"></script>

[Code].....

View 2 Replies View Related

EXE From HTML: Critcal Patches Broke ShellExecute Method. What Now?

Jul 23, 2005

Note: There is considerable background detail here, but I do have
three questions, which are clearly marked and appear right before the
sample code.

I have a legitimate need to launch an EXE from an HTML page on Windows
XP/Internet Explorer. The EXE is already locally installed, and the
HTML page is also viewed locally on the PC- it's not a web site. I
know of two ways to do this, both of which are featured in the sample
HTML file at the bottom of my post.

The first method, using the Shell.Application ActiveX Object, used to
work until I installed the latest critical Windows XP patches from
Microsoft. Before these patches were installed, you could click the
‘Launch Notepad.exe' button in my sample HTML file and the program
would start right up. (Note that my Internet security settings are
always at Medium, my Local intranet security settings are at
Medium-low, and I've never had to mess with the individual ActiveX
security settings to get this code to work.)

However, one of the following critical updates has broken the ‘Launch
Notepad' code. It doesn't matter what my Internet/intranet security
settings are, or whether I've enabled unsafe ActiveX scripting. My
list of suspects is: KB842773, KB840315, KB841873, KB839645. (I have
four computers running Windows XP SP-1 at my desk, and each has the
same version of Internet Explorer installed-
6.0.2800.1106.xpsp2.030422-1633. The Launch Notepad code stopped
working on two of them this week, and still worked on the other two.
As a test, I ran Windows Update on one of the working systems and
found that after the patches were applied, my code no longer worked. I
even restored that machine's pre-patched ghost image and confirmed
that the code worked again. Next, I ran Windows Update a second time,
and allowed the aforementioned patches to be installed. Again, it
broke my code.)

You can confirm whether you have these patches installed on your
machine a number of ways, but perhaps the easiest is to open your
Windows folder and look for ‘$NtUninstallKBxxxxxx' folders with names
matching the patches I listed.

And then there's the second method, used by the ‘Launch Regedit.exe'
button. While this will actually still launch the EXE file, it's
undesirable because it always prompts you with a dialog that starts
out "An ActiveX control on this page might be unsafe…" Note that this
even happened before the patches, again regardless of the
Internet/Local intranet security settings.

* QUESTION 1: Is there any way to get ShellExecute to work again once
the new critical updates are installed?

* QUESTION 2: Failing that, how can I get around the unsafe control
warning with the Wscript.Shell method, for a local HTML file that's
trying to launch a local EXE?

* QUESTION 3: Is there any OTHER way for an honest guy like me to
launch a local EXE from a local HTML file?

Thanks, and here's the sample HTML file:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script type="text/javascript" language="JavaScript">

function LaunchNotepad()
{
var launcher = new ActiveXObject("Shell.Application");
launcher.ShellExecute("Notepad.exe", "", "", "open", "1");
}

function LaunchRegedit()
{
var launcher = new ActiveXObject("WScript.Shell");
launcher.Run("Regedit.exe");
}

</script>
</head>
<body>
<form name="Form1">
<input name="ButtonNotepad" value="Launch Notepad.exe"
onclick="LaunchNotepad()" type="button"> <br>
<br>
<input name="ButtonRegedit" value="Launch Regedit.exe"
onclick="LaunchRegedit()" type="button">
</form>
</body>
</html>

View 9 Replies View Related

Page Moves To Left And The Background Broke On The Right Side Of The Screen?

Nov 13, 2011

I have this work And if you click on a work with Opera you can see how the page moves to left and the background broke on the right side of the screen

View 3 Replies View Related

JQuery :: Events Defined In $.each (creating List Elements With Events) Not Executing?

Jul 21, 2010

I am trying to "ajaxify" my site. Now I have one problem:

$("#posts").children().remove();
$("#tag-sidebar").children().remove();
$.each(data.Tags_Sidebar, function (indexInArray, valueOfElement) {
var insert = $("<li>");

[Code]......

Now when I click one of those links (href1, href2, href3) generated, the click event won't execute! What's the problem? Also, is it right that I have to transfer the valueOfElement over, like I did? What does stopEventPropagation do? Prevent the href from being navigated to? That's what I am trying to do.

The data object is JSON fed from here:[URL]

The HTML is here: [URL]

View 2 Replies View Related

JQuery :: Binding Events With Other Events?

Feb 4, 2011

I have a series of images with an animation bound to mouseover and mouseleave events, and I'm trying to get my head around adding a click event that would prevent the mouseleave animation from occurring only for the image that was clicked, preserving everything else as is (until another image is clicked). I've discovered .stop() and I think I'm getting close, but some part of the logic is still escaping me.

View 3 Replies View Related

JQuery :: Control Hover Of Another Link With Current Link Hover

Jun 4, 2011

Umm, this is a tricky one to add a descriptive title for!

Basically I have two links on the page that go to the same page when clicked. What I want to do is when I hover over one of those links for the hover to work for both of them and visa versa.

So I have this links

<a class="connected" href="">Connected</a>
<a class="remove" href="">Remove</a>
a.connected { background: url(../images/connected.png) no-repeat 0 top; }
a.connected:hover { background: url(../images/connected.png) no-repeat 0 bottom; }

[Code]....

View 6 Replies View Related

JQuery :: Crashing The Page - Current Events Page And A Past Events Page

Sep 24, 2009

I've got 2 pages: a current events page and a past events page the current events page loads fine as there is only about 10 events the past events page takes about 30 seconds to load and will crash if u click your mouse in the loading time.

The pages are near identical the only difference is the query that selects the events (> versus <)

The page loads immediately without:

But when i put it back in the above happens. I'm using jQuery.roundedcorners.

View 1 Replies View Related

JQuery :: Events - When To Call Them Twice?

Apr 27, 2011

I continue to read "jQuery In Action" and one doubt came into my mind when I was reviewing the chapter 4 that talks about Event handlers.Within a particular code sample (bamboo.html), the author has written a ".change(fn...)" method with a function to handle the event that manipulates the changes made within an "input[type=text]" to reflex the price to pay against the amount of product the client selects , and, at the end of the same wrapped set, it's included a call to the "change()" method again (see the code below).My question is, when is it necessary to call the event handler (e.g. ".change()") more then one time within the same wrapped set?

$('span[price] input[type=text]').change(function(){
$('~ span:first',this).text( $(this).val() * $(this).parents("span[price]:first").attr('price') ); }).change();

View 3 Replies View Related

JQuery :: 1.4.2 Events Handling And IE6?

Aug 2, 2010

Geeting a JS error from IE 6 only in this method: handle: function( event ) { var all, handlers, namespaces, namespace, events;

[Code]...

On the last line of the code snippet above. It appears to me that IE6 doesn't like the fact that the events object is undefined. To trigger this error we are doing a simple blur binding to an input box. ex:

$(field).bind('blur', function(){onfocusout(this);}); It appears IE 6 stops executing JS after the error (imagine that). Is this an issue in jQuery core or BTW I know MS has dropped IE 6 support but we still have customers.

View 2 Replies View Related

JQuery :: Dynamic Img Not Getting Events?

Oct 30, 2009

I have a very simple html structure and the idea is to create and useDIVs or elements I do dynamically, so there is one div which I use todo something like:

$("#main").html("<div id='img-lisg'><img id='img1' .....></div>");

That works just fine, the problem is when I try to use events on theelements I've created dynamically, those just don't work. There issomething like this:

("#dynamicDiv").click(function(){
alert('Testing');
});

It never works,... how should I create the handlers for the DIVs

View 2 Replies View Related

JQuery :: .ajax() Seems To Be Too Slow For Key Events

Jun 12, 2010

I have a problem with the jQuery.ajax() function combined with a keyup event (i think key events in general). I'm binding an keyup event to an input field so that on every change the current input is send via the ajax function and receives new data from the server, displaying it in a selectbox.

when I'm typing very fast it seems that the ajax function is too slow for this and shows up old result elements. After triggering the event another time, e.g. via UP,DOWN,.. it receives and displays the correct data.

View 1 Replies View Related

JQuery :: Cannot Use Delegate For Scroll Events.

Jun 20, 2011

If instead of "scroll" you choose any other event ("click", "mousenter", etc), the delgate works.Is not possible to delegate scroll events?

View 1 Replies View Related

JQuery :: Catching All PostBack Events?

Jul 15, 2011

How may I catch all postback events which are triggered by all controls using jQuery in an ASPX page?

I am using the below provided code and displaying an alert window when any control posts back to the server, however not all postbacks are getting caught by the highlighted code.

protected void Page_Load(object sender, EventArgs e)
{
if (Request.ServerVariables["REQUEST_METHOD"] == "POST" || Request.ServerVariables["REQUEST_METHOD"] == "GET")

[Code].....

View 2 Replies View Related

JQuery :: Check For All Click Events?

May 14, 2010

I am fairly new to JQuery and have been asked by my manager to implement the flip plugin into one of our on-line courses.I have got the 'flip' code working fine, and have a number of tiles that get flipped (like this).My question is, how do I know when a user has flipped each of the tiles? I can't just do a count as they could click on one tile multiple times.

View 3 Replies View Related

JQuery :: Trigger 2 Events With 1 Action?

Aug 13, 2010

I have a list of 3 paragraphs in my document

I set them all to hide - and provide a link to (show) each of them I need to make it so that the {click} of a link shows the corresponding paragraph AND hides the other paragraphs.

This is my code:

{Head}
<scripttype
="text/javascript
">

[Code].....

View 3 Replies View Related

JQuery :: Handle ActiveX Events In It?

Feb 3, 2010

How can I handle ActiveX events in jQuery?

View 1 Replies View Related

JQuery :: Get All The Click Events In A Page?

Sep 21, 2011

I want to get all the click events attached to a webpage..or in simple language how to find, if an element contains click event??<span onclick="http://www.google.com">google</span>if a page contains element like this i can easily get like this

$('[onclick]')
but....
<span id="googs">google</span>

[code]....

View 2 Replies View Related

JQuery :: Listen To An Object Events?

Jul 16, 2010

So, if the action was triggered is dbClick or hover or keypress etc, I can run a function with switch(code]..

is this possible ?

View 1 Replies View Related

JQuery :: Intercepting Events With C# Code Behind?

Jan 21, 2011

I'm attempting to create an application which will generate a jQuery tab structure from code and will handle the jQuery events such as adding a tab and removing a tab with the code behind.I am having trouble linking the events

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved