I'm having issues with Google Chrome (5.0.375.70) and an expandable Flash ad:
http://www2.okblitz.com/adtest.html
When "Click to Expand" is clicked on the closed ad, Chrome displays a "Missing Plug-in" error. The expanded ad creative itself loads fine as can be seen when it opens expanded by default.
The script itself is using jQuery ...
I've added a ckeditor editor instance to my asp.net application. Now, I want to capture when the user clicks on the save button in the ckeditor toolbar - but I haven't been able to find what event is triggered by ckeditor when the save button is triggered. Does anyone know?
...
i am using this jquery iviewer
i want to link these image thumble to another link.
can i use image map for this or any other way to make image thumble to link. these are really add with full image.
...
So, I've run into a problem implementing a double click event in Google Maps. The code here works perfectly in Firefox, but in Internet Explorer the double click event rarely fires. I think that the problem is the one listed here: http://webbugtrack.blogspot.com/2008/01/bug-263-beware-of-doubleclick-in-ie.html basically that instead o...
Here is my problem. I have on multiple occasions downloaded jQuery UI and tried to use it. What happens, though, is that in the examples provided in the download the UI elements look great, but in my pages when I try to use them all the formatting and style stuff is messed up. Here is an example of a date picker:
Good Example
Bad Exampl...
I have a javascript array of dates, in the form
{year:'2010',month:'6',day:'23'}
I need to have three <select>s in a row, the first populated with the years in the list, the second populated with the months in the year selected by the first, and the third populated with the days corresponding to the selected year and month.
I do not ...
I am looking to create a set of dynamically created arrays stored inside an object. the outcome would be something similar to this...
object.array0.length = 5, object.array1.length = 4, etc
the name of the array would be generated from within a for loop based on a numerical value declared elsewhere in the application.
Here is the co...
The code I have in place is tracking visits from Chrome, Safari, Firefox, Opera Mini, but not IE. I believe the problem to be a matter or loading order, scope, or possibly the code placement. I am currently using the following:
In my example.html:
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"></scri...
I'm pretty new to google maps so please be patient!
My code was working fine untill i tried to add multiple markers, would really appreciate it if anyone could glance at it and see if i'm missing something...
$(function() {
var map_markers = [ [ [52.951946], [1.018124] ], [ [52.955311], [0.987997] ] ];
var options = {
...
in the dom in my tinyMCE editor i see
<p>
<i>testing 123</i>
</p>
but when i run
tinyMCE.activeEditor.getContent()
it returns
<p>
<em>testing 123</em>
</p>
Why is it changing <i> into <em>? Im having problems with this because i want to insert text dynamically that is surrounded with tags and things are getting confusing....
when using password and id they would have to be stored in a file . not in the source code. how does one store and retrieve the pass codes. all i have seen is input boxes. are the files random access or other type files? One has to have a way to store and retrieve over a million pass and id's
...
I've got 4 divs and on click of the navigation I want to show one of them and hide the others. I have it working but I feel its not as smooth as I know it could be, its definitely my code that needs to be refactored! Heres what I have.
$('#details-speakers').click(function() {
$('#home').slideUp('slow', function() {});
$('#sess...
hello everybody,
this is urgent and i couldn't find a solution to it. The problem is as follow:
i am designing a web app, which sends multiple commands to multiple machines. Now some of the commands i have require additional input. i have designed a pop up window in jquery that ask user to add this additional input.
the problem is while...
Hi!
I’m trying to link two dropdownlist depending on the value you select from the first dropdownlist.
I don’t have any idea how to do this, so if you guys can point me in the right direction that would be great.
What I want to do is select a value from the first dropdownlist and depending on its value show some options in the second dr...
Hi all!
Using jQuery 1.4.2 and jQuery Tools package I am trying to create a nice autoscrolling sponsor image scrollable (carousel). The problem is not to get the carousel move forward every now and then, but to circulate (start over). It is no big deal when I want to move a bunch of pictures together, it becomes difficult when it progre...
Maybe someone has some idea what I'm doing wrong here. I'm writing an AIR application and I'm trying to embed a dijit.Editor on my page - I've tried both with a simple:
<div dojoType="dijit.Editor"></div>
And doing it programmaticly:
<div id="editor"></div>
...
// in the onLoad function
var editorwidget = new dijit.Editor({height:...
I am using this jquery plugin: jqueryFileTree availbale at http://abeautifulsite.net/blog/2008/03/jquery-file-tree/
I have managed to integrate it in my page but now I want to monitor whenever a user clicks on a folder, an input should contain the value representing the folder's path. I need this to be done so to pass it to the uploadif...
Size element so it is exactly as tall as it needs to be to not scroll
I am working on a tool to allow creating small "notes" that I then turn into Ext.Draggable items. What I would like to do is to have these items be sized no taller than they need to be.
The elements are absolutely positioned: set position: absolute with top and left a...
hi everybody
what i like to do is this: in a button object in asp.net c# I want to read some hidden fields filled by javascript with client browsers data.
the function in js if fire when the client push the button but sometimes when in c# I'm reading the hidden fields the js hasn't finish yet so I get the hidden blank.
what I need to do...
i have code like this:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17115993-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ss...