Hi all.
I am triggering an ajax load on my page if a radio button or checkbox
is changed.
For this i am binding 'change' to the checkbox or radio button.
This works perfect in both Firefox and Safari but not in Internet
Explorer.
In Internet Explorer it does not hook on the change but the deselec
I have returned with yet another question.
If I want to collapse all the other menu items before expanding the
clicked one I tried using this:
...
.bind('showme', function() {
$("a.Category").trigger("showme");
$(this).data("hidden", false).parent("li")
.css({background: "#00ff00"}).children("ul")
Hi!
I have started using ajax to load data on a homepage for a faster
easier usage.
The homepage is created using ISO-8859-1 as charset and that seems to
cause a few problems using ajax.
Everything works fine until I get data with åäö in the content, then
ajax insted sends strange signs.
It see
html
>
> --Klaus
>
> On 14 Okt., 11:10, XeroXer <[EMAIL PROTECTED]> wrote:
>
> > Hi!
>
> > I am making a menu that I place along the left side of the page.
> > I starts with the position: absolute; left: 0; top: 50px;
> > I tried using position: fixed;
> the plugin section has more to offer...
> cu tom
>
> On Oct 14, 11:10 am, XeroXer <[EMAIL PROTECTED]> wrote:
>
> > Hi!
>
> > I am making a menu that I place along the left side of the page.
> > I starts with the position: absolute; left: 0; top: 50px;
>
Hi!
I am making a menu that I place along the left side of the page.
I starts with the position: absolute; left: 0; top: 50px;
I tried using position: fixed; but that didn't work in IE6.
What i want is that when a user scrolls down the page the menu
follows.
$(window).scroll(function () {
var
Thank you very much, that worked like a charm.
On Oct 13, 11:15 pm, Dave Methvin <[EMAIL PROTECTED]> wrote:
> How about this? It creates a couple of custom events (showme and
> hideme) that you trigger to set the state, and the click event just
> delegates to the right one based on the current st
The markup will be generated from a MySQL database using PHP so it
could look in many different ways.
But as I have it now:
[+expand] | [-collapse]
category 1
category 1 1
f
Hi!
I am making a simple expanding list with categories and content.
This is my script:
this.OpenElement = function () {
$(this).unbind('click', OpenElement);
$(this).bind('click', CloseElement);
$(this).parent("li").css({backgroundColor:
"#00ff00"}).children("ul").show(
Hi!
I am making a effect that when you click a image the large image is
opened in a absolute positioned div above everything else.
Then a close link is created at the top of the page an clicking that
will close the image again.
The problem I am having is that people can click another image while
Hi!
I am really new to jquery and javascript in general.
I am making an effort in creating something in the area of a smooth
thickbox effect with image magnification.
If people click a link the linked image is opened in an absolute
positioned div that appears with an animate effect.
When they clo
I really thought that would solve it, looked so promising.
I used the slideUp and slideDown effects instead since they looked a
lot better, though it does now wait for the first effect to complete.
If anything it starts the slideDown earlier when I use the method you
wrote, and after it's done it
Hi there.
I have played around a bit with hide() and show() the last few days
and ended up creating a function to show certain tables on a page.
function toggleShow(id) {
$('.tbl').hide('slow');
$('#' + id).show('slow');
}
$(document).ready(function() {
$('#index').show('
links to lower and raise the array id so that the
input values change.
Then something to block it from going higher than the max input in the array
and lower than 0.
I hope that someone understands what I want and that someone also can help
me.
-----
Best regards
Magnus 'XeroXer'
--
t creates an like this:
- +
If someone presses the + sign the input should become this instead:
- +
So it loops through the in the
The only problem I can think of is how to also include the value from
the option.
-
Best regards
XeroXer
this:
I have no idea even how to start with this but I hopw that someone can
help me.
-
Best regards
XeroXer
16 matches
Mail list logo