I'm using Dean Edwards' IE7.js for IE6
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js"
type="text/javascript"></script>
<![endif]-->
and getting a JavaScript error on IE 6 when it reads the line:
c.runtimeStyle[h]=c.parentElement.currentStyle[h]
How can I solve this?
...
Hello,
Yesterday a nice stack overflow user helped me to trigger the Jquery Prettyphoto Lightbox from a DIV element rather than an A element.
You can find that solution here
This works... Almost.
Pretty Photo looks for all the links that reference it and then compiles them into a slideshow of iframes. Normally when you click on a lin...
How to know how many words a paragraph contains using Jquery or Javascript? What function?
For example, the sentence
How to know how many words a paragraph
contains using Jquery or Javascript?
contains 13 words. How to count using Jquery or javascript?
...
hai guys,
anyone know javascript for converting numbers to words - Indian rupees and paise format. If so plz guide me ...
...
Is there any jquery plugin similar to Whatever:hover http://www.xs4all.nl/~peterned/csshover.html ?.I'm using jquery library already so is there any jquery plugin to make hover possible on all element in IE 6 like Whatever:hover htc does?
...
Hi,
I guess most of you know the web-based code editor - Mozilla's Bespin project.
Two weeks ago they published their first release of an embedded version:
Being in a alpha stage the documentation isn't really satisfying.
Although there is list of settings I wasn't able to change the syntax to js.
How do you achieve this?
There is...
In Javascript how can I test if the user has the quicktime plugin and java plugins installed?
...
I've converted html to a string, I'm able to use replace in that string to wrap the text with a link, and I can put that html back into the ID it came from.
My problem is that my replace method is going inside existing links on the page. This could create nested links, which is a problem. Does anyone out there know how to prevent the re...
I have searched for a bit on a basic example on using the John Resig JavaScript Micro-Templating engine on google but came out dry.
I decided to bring it to base guys. Can anyone help with a simple example on using this engine? I have never used a client side template engine before.
Update:
This is the complete html document. Thanks to...
Hi,
I have a unordered list like the one below:
<ul id="tabs">
<li><a href="#tab1">latest news</a></li>
<li class="active"><a href="#tab2">latest posts</a></li>
<li><a href="#tab3">latest posts</a></li>
<li><a href="#tab4">latest posts</a></li>
</ul>
I can't find a jQuery selector that gets the next list item ...
Hi Guys,
Currently I'm involved in a project using c# . I know some of the features of this project can be easily implemented using Javascript (I have been a js developer for some time, but totally new to c#). so I'm very eager to know if it is possible to reuse the available js code in the project, or put it another way, embeded js int...
Hey Everone
Does anyone know how you create a menu with this rollover effect. Is it using jquery? I'm want to create something similar using wordpress as my CMS. Would be great if there is a wordpress plugin?
http://wptheme5.mipdesign.com/
Thanks for your help
Rgards
Judi
...
I understand calling function(1) but not function(1)(2), how does it work?
also possible for function(1)(2)(3)(4) too?
...
I have the following setup. 1 column with a left floated inner column and a right floated inner colunmn. Works very well on firefox. IE does something strange.
I have parts in the left column that is loaded from weather.co.za with javascript. The right column has an ad loaded and displayed with jquery.
On initial load eerything is fi...
I'm looking for a good way to get cells X-Y position in a table. (do not confuse it with css-position, I am looking for X and Y coordinate in Cartesian coordinate system).
As we know, we can get particular cell in a table using ex: $('#grid')[0].rows[5].cells[7].
But, what if I want to get the value 5x7 when I click on particular cell,...
Hi, I already have an idea on how to do this, but I realized that the control "ControlParameter" did not have an "Id" property (which is needed for the JS). Is there a different way to use JavaScript to change the "DefaultValue" property without the need of using the "Id" property?
Here is the JavaScript and asp.net code that I have be...
For future reference here is the final result with pixel perfect precision:
The CSS code:
._25 {
width: 21%;
display: inline;
float: left;
margin-left: 2%;
margin-right: 2%;
}
._50 {
width: 46%;
display: inline;
float: left;
margin-left: 2%;
margin-right: 2%;
}
._75 {
width: 71%;
displa...
I have a big div wit a lot of smaller divs within it. Say,
<div id="parent">
<div id="child1">
</div>
<div id="child1">
</div>
<div id="child2">
</div>
<div id="child1">
</div>
<div id="child1">
</div>
</div>
If I'm currently at the last 'child1', how dow I get to the top most child1 with prev()? For me it breaks when it...
Anyone have any experience of using Closure js lib and Mootools in the same page?
Conflicts or works ok?
...
I'm trying to use YUI uploader, but I'm not able to open the file dialog window when I click the browse button. I'm following (more or less) the example on Yahoos demo.
Here is my HTML code:
<div id="fileProgress">
<input id="fileName" type="text" size="40" />
<input id="uploaderUI" name="uploaderUI" class="submitButton" type="butt...