I've just found this plugin that seems to work fine and the minified
version is only 2 kb ... :
http://flesler.blogspot.com/2007/10/jqueryscrollto.html
Is this the best way ?
Thankyou.
Jsbeginner a écrit :
Hello,
I've got a simple form with a return false function to sto
Hello,
I've got a simple form with a return false function to stop it being
submitted as I use ajax to update it. However I've come accross a
functional problem : if the user's screen is to small and he has not
scrolled down enough then he doesn't see the search results and gets the
impressi
Hello,
I'm trying to use the jquery slidedown function with table rows but it
does not work as jquery defines them with display:block which places the
whole row in the first colomn and makes the whole table layout go wrong ...
Do you have any suggestions how to get around this ?
Here's my c
Hello,
I've got a script that takes all the elements of a list and on click of
a button it runs an ajax query for each item. It all works fine however
I would like to have a "searching" message during the search and a
"finished" message after the search has finished, but I can't think how
to
Hello,
I'm trying to get the value of an option in a select list contained in a
different li item...
Here is the html code :
Option 1
Option 2
Option 3
Option 4
Option 1
Option 2
Option 3
Option 4
I would like to be able to get the text of .test2 option:selected when I
change
I almost forgot in my last message, don't forget the return false; if
you don't want your link to lead anywhere ...
Something like this :
$(document).ready(function(e){
$('a.typeswitch').toggle(
function () {
$(".typeselect").attr("select
Hello, maybe I've got this wrong but when I tested the toggle function I
don't think I needed the .click function...
Try this :
$(document).ready(function(e){
$('a.typeswitch').toggle(
function () {
$(".typeselect").attr("selected","TV Sh
gh each element that has the class "Item" and
will set "this" to that individual element. So no $(this) will not be
the same as $(.item) e.g with this markup
$(".item").each() will execute twice with "this" being the DIV then
the SPAN.
Jsbeginner wrote
t
number of times with $(this) being the same as $(".item").
How would I go about running a function on each element ? would I have
to do something with a counter an the next function to achieve this ? or
is there an easier way ?
Thankyou.
Jsbeginner wrote :
Hello,
I've b
Hello,
I've been struggling with a very simple code that I can't get to work ...
Simplified html :
Item 1
Hidden contents 1
Click to show
Item 2
Hidden contents 2
Click to show
Item 3
Hidden contents 3
Click to
You can use PHP or most other languages to manage your tabs.
For example you could do something like this :
tab links :
http://yoursite.com?t=1 For tab 1
http://yoursite.com?t=2 For tab 2
http://yoursite.com?t=3 For tab 3
and an simple PHP code :
This is tab3 contents
Tab 3 contents
This
Thanks, I haven't tested it much yet but it seems to have solved the
problem :)
ricardobeat a écrit :
set cache: false in your $.ajax call to disable cacheing of responses.
You can also add a random query parameter to the URL if that doesn't
work.
- ricardo
On Feb 20, 8:53 am,
ubsequent
requests.
On Feb 20, 1:53 am, Jsbeginner wrote:
Hello,
I've been working on a jquery projet (with the lastest stable version of
jquery) that retrieves information using json from a php script that
requests information from an API.
The script lists all the different extensions
Hello,
I've been working on a jquery projet (with the lastest stable version of
jquery) that retrieves information using json from a php script that
requests information from an API.
The script lists all the different extensions with a status colomn that
says what it's doing (waiting, searchi
Hello,
I've been looking for a way to make my horizontal menu work with firefox
using jquery slideDown and Up animations instead of fadeout .
The problem is that with firefox if you move the mouse out of the sub
menu area and then in again before the animation had finished the sub
menu star
ain) && domain.length >= 5 && domain.length <= 68) {
$("#ok").html("Correct format...");
} else {
$("#ok").html("Wrong format...");
}
});
});
Rik
2008/11/20 Jsbeginner <[EMAIL PROTECTED]>:
Your code is
"Correct format ...");
> } else {
> $("#ok").html("Wrong format ...");
>}
> });
> });
>
>
>
> 2008/11/19 Jsbeginner <[EMAIL PROTECTED]>:
>>
>>
>> Hello, this is my first topic here, so I hope that I'm doing the right.
>> I
Hello, this is my first topic here, so I hope that I'm doing the right. I've
done a search on google and on this forum without finding anyone with the
same problem as me, but maybe I'm not looking for the right keywords.
Here is my problem : I've created a very simple script that checks if a
dom
18 matches
Mail list logo