google-chrome

jQuery AJAX call not working in Webkit

I've run into a strange issue with Webkit based browsers (both Safari and Chrome - I'm testing on a Mac) and I am not sure what is causing it. Here's a small script I've created that replicates the issue: <html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt...

Website not available unless www is in front of the url in Chrome browser are there any tricks to fix this?

My website is accessible without www in the front of it in Firefox and Safari however for some reason it is not in Chrome. Is there anything that I need to change on my website host or in the html to make it accessible? ...

How do I access the popup page DOM from bg page in Chrome extension?

In Google Chrome's extension developer section, it says The HTML pages inside an extension have complete access to each other's DOMs, and they can invoke functions on each other. ... The popup's contents are a web page defined by an HTML file (popup.html). The popup doesn't need to duplicate code that's in the backgrou...

How to catch an expected (and intended) 302 Ajax response?

So, if you look back at my previous question about Exchange Autodiscover, you'll see that the easiet way to get the autodiscover URL is to send a non-secure, non-authenticated GET request to the server, ala: http://autodiscover.exchangeserver.org/autodiscover/autodiscover.xml The server will respond with a 302 redirect with the correct...

Trying to use jquery ui in google chrome extension in the content level

The problem is that the scope of the content script is on the web page that your plugin is suppose to be used at. So the css background:url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) becomes url('http://webpageforplugin/images/ui-bg_inset-hard_100_fcfdfd_1x100.png') in order for this to work as far as i understood i need to have it t...

jquery slider jerky in chrome and safari

Does anybody know why this slider works well in every browser except for safari and chrome? www.aus-media.com/dev/site_BYJ/about-bikram-yoga/postures-benefits.html Let me know if seeing the code will help. Thanks Nik ...

JQuery .animate() in {Chrome, Safari} != {FF, IE, Opera}

I've made a absolutely positioned that starts centered horizontally with width=0 that expands to both sides of the page using .animate(). The effect works as intended in Firefox, Opera, and IE, but Chrome and Safari surprisingly both move the div to the left of the page (almost left=0) before expanding it to 100%. I cannot understand ...

Best advice on which of these limited options might work on Google Chrome/Firefox Extensions

Sorry, I know it sounds subjective, but it's quite technical and specific. But any brainstorming is quite welcome and there may not be one right answer. So, I'm working on a new project that will involve various tools for Exchange Server 2007/2010, most of these tools would ideally be Firefox add-ons and now with Google Chrome having ...

Are there any standard one-click install/lauch mechanisms for the web?

The reason I ask is mostly due to how Google Chrome installation works once you click the "Accept and install" button from Firefox. After you click the installation is started directly and when it's completed Chrome itself starts up. Firefox does not show any "Save" or "Confirm" dialogs after you click the Install button (on Chrome inst...

How can I get current page dom

For example: <div id="d">ss</d> How can I get the div by id? ...

In background.html,how can I access current web page to get dom

In background.html,I want to get current web page dom. such as "getElementById() ...

How to detect an application is installed from Google Chrome ?

This is related to http://stackoverflow.com/questions/291704/detect-from-browser-if-specific-application-is-installed but different in the way that the application I want to detect is not a plugin. I own the software and I can do things in the setup. Under IE and Firefox I can detect it through the mimetypes, but the mime type doesn't s...

Removing input background colour for Chrome autocomplete?

On a form I'm working on, Chrome is auto-filling the email and password fields. This is fine, however, Chrome changes the background colour to a pale yellow colour. The design I'm working on is using light text on a dark background, so this really messes up the look of the form - I have stark yellow boxes and near-invisible white text. ...

Google Chrome Extension

How do I open a link in a new tab in the extension HTML. E.g. clicks on icon sees Google chrome window which has the window.html inside there are two links, one link to open a link in a new tab, other in the original tab. I used window.location, doesn't work like that. ...

Google Chrome Extension

Is there a way to replace inside the DOM of a page using the replace() in javascript In the source code I want to replace: <div class="topbar">Bookmark Us</div> to <div class="topbar"><span class="larger-font">Bookmark Us</span></div> When a Google Chrome extenstion is on the matched website of a URL and it will do the above. Any...

Forms in Webkit HTML Notifications?

Is it possible to use form elements in Webkit HTML desktop notifications? I'm tried to open a HTML notification from a Chrome extension, and the <input> I added appears, but I cannot type in it. I'd like to be able to capture the input from it and save it. var notification = webkitNotifications.createHTMLNotification(chrome.extension.ge...

<noscript> stuff </noscript> doesn't work on google chrome

I wanted to display a message on the top of my site when the javascript is disabled (just like on SO), but on google chrome is not working ...

Chrome/IE table cell positioning help

I am making a tiny script to make a HTML element editable. When you click on an element, it gets replaced with a textarea, and you can basically enter the new text. When you press enter, the textarea is replaced with the original element with its innerHTML updated. The demo of the script is here: http://iambot.net/demo/editable/ Now th...

css3 won't validate in w3c valdidator

-moz and -webkit won't validate in w3c css validator, should I not use it? or just use the css3 attribute without the -moz or -webkit ? ...

Chrome: Flash Video Player doesn't work

hi, could you explain me why my flash video player doesn't work in Chrome while it perfectly works in other browsers ? (Firefox and IE) You'll see it flickering... thanks ...