Md#65
Merged
Merged
Conversation
"Ethernet address 00:00:5e:00:53:00" ether host 00:00:5e:00:53:00 "Ethernet type 0x0806 (ARP)" ether proto 0x0806 "No Broadcast and no Multicast" not broadcast and not multicast "No ARP" not arp "IPv4 only" ip "IPv4 address 192.0.2.1" host 192.0.2.1 "IPv6 only" ip6 "IPv6 address 2001:db8::1" host 2001:db8::1 "IPX only" ipx "TCP only" tcp "UDP only" udp "TCP or UDP port 80 (HTTP)" port 80 "HTTP TCP port (80)" tcp port http "No ARP and no DNS" not arp and port not 53 "Non-HTTP and non-SMTP to/from www.wireshark.org" not port 80 and not port 25 and host www.wireshark.org
POST http://wc-kx-vip.sjc.kixeye.com/api/wc/base/updatesaved [Mixed Content] [HTTP/1.1 200 OK 450ms] Loading mixed (insecure) display content “http://wc-kx-vip.sjc.kixeye.com/api/wc/base/updatesaved?ts=1467401757&signed_request=0g0MQ3VwHMYmlE5HhqMcc6yQGC6pb9Z7CvUcBDK2rUY=.eyJreGlkIjoiODQ3MDBhM2M3MWE0NGE0ZmJmYmQ1OWY4IiwiYSI6IjIxNjg2MjQ2MTY1NzM3NSIsImciOiJ3YXJjb21tYW5kZXIiLCJ1c2VybmFtZSI6InVzZXJuYW1lLmF0NG1pIiwiZW1haWwiOiJ1LmF0NG1pQGtpeGV5ZS5jb20iLCJleHBpcmVBdCI6MTQ2NzQxMjA0OSwic3RhdHVzIjoiYWN0aXZlIiwidXNlcklwIjoiMTM5LjIyOC41MC4yNDIifQ==&token=239552&” on a secure page
> `<head><title>https://bi-logging.sjc.kixeye.com/kx/www/sr.php</title><link rel="stylesheet" type="text/css" href="resource://gre-resources/viewsource.css"><style id="zoomLevel-styles">a { text-decoration: underline !important; } > </style></head>`
> `<head><title>https://bi-logging.sjc.kixeye.com/kx/www/sr.php</title><link rel="stylesheet" type="text/css" href="resource://gre-resources/viewsource.css"><style id="zoomLevel-styles">a { text-decoration: underline !important; } > </style></head>`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to native CSS transitions, jQuery UI's class animations provide a smooth transition from one state to another while allowing you to keep all the details about which styles to change in CSS and out of your JavaScript. All class animation methods, including .addClass(), support custom durations and easings, as well as provide a callback for when the animation completes.
Not all styles can be animated. For example, there is no way to animate a background image. Any styles that cannot be animated will be changed at the end of the animation.
This plugin extends jQuery's built-in .addClass() method. If jQuery UI is not loaded, calling the .addClass() method may not fail directly, as the method still exists. However, the expected behavior will not occur.