You cannot post messages because only members can post, and you are not currently a member.
Description:
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
|
|
|
Modal dialog?
|
| |
I have a problem where i might have more then one modal dialog in the
same page.. I want to use a class for this, and select it on the
position in the DOM...
But after I open it one time JQuery UI seems to move the dialog
windows to the bottom... so I cannot search for it in the same
location again to reopen it. Is there anyway to avoid this?... more »
|
|
Superfish Examples
|
| |
This post is intended for the author of Superfish (Joel Birch)...
As a relative novice to css xhtml, I endeavor to research and then use
best practice code wherever I can.
It helps me to not get into any bad habits and to see how things
'should be done'.
Necessarily this implies I may not be the author of the code. This has... more »
|
|
Function to bind itself to some element
|
| |
I'm probably missing something major in how this should work, but I'm stuck
so here's the question:
JQuery code in file dataTableHandler.js:
jquery.dataTableHandler = function(param1, param2, param3) {
$.ajax({
method: "post",
data: ({newparam1: param1, newparam2: param3}),
urL: "../somepath",... more »
|
|
Re[jQuery] garding Tablesorter
|
| |
Regarding Tablesorter [[link]]
My table contain the column called No. ( Number ).
No., Name, Age,
When I sorted by Name, The arrangement of No. sorted.
Is there has a way, to dead fixed on No. column ( Column No. not sorted
example it will showed 1., 2., 3. ...etc) but able to sort Name and Age... more »
|
|
how to validate only one element?
|
| |
I have try valid() method but it will trigger vaidation on others element as
well even i just pass one id to jquery?
-- View this message in context: [link]
Sent from the jQuery General Discussion mailing list archive at Nabble.com.... more »
|
|
Superfish: CSS to change the color of text on hover
|
| |
Hello,
I have a superfish menu where I'd like to have the color of the text
change on hover (rather than the background color). I'd like the color
to change and stay changed when I hover over the menu item and its
submenus.
The bit of CSS that makes this work for changing the background color... more »
|
|
(Jquery Validate) Keep getting an error in IE8
|
| |
Hi
I don't know what is going but my jquery validate plugin(1.5.5) is not
working and I am not sure for how long since I do most of my testing
on firefox.
The problem is this I go to one of my forms that jquery validate on it
and hit my "create" button my validation kicks in as it should and... more »
|
|
jQuery $.get callback function not being called
|
| |
Hello, I hope someone can help. I'm issuing the following ajax jquery
call:
$.get("/ajaxtest.php", { ajax: "true", east: northEast.lng(), west:
southWest.lng(), north: northEast.lat(), south: southWest.lat(), mood:
amood },
function (data) {
for(var i=0; i<data.length; i++){
alert("now processing tweets");... more »
|
|
Iterating over a list
|
| |
Hi, real simple problem, but I am struggling to find a solution. I
have an array:
var arr = [ "one", "two", "three", "four", "five" ];
and I want to fade the values in and out, moving on to the next one.
I've tried 'jQuery.each()', for loops, and so on, but I either get the
last one of the list fading in and out over and over, or it doesn't... more »
|
|
i need help
|
| |
i am making an ant game, and i have a problem:
var x,y;
for(x = 1; x <= 10; x = x + 1){
images[x] = {
};
for(y = 1; y <= 10; y = y + 1){
images[x][y] = {
};
$(body).append('<im'+'g id="hi">');
var newid=x+", "+y;
$("#hi").css('id', newid).css('top',(y*10).css('l eft', (x*10))... more »
|
|
|