Tag Archives: jQuery

modal dialog jquery rules

Dear all
I’m a newbie in PHP, jQuery and bad in English.
I want to ask about jQuery modal dialog rules, from database. This is my database:
Database picture
Ceci est mon code: Javascript rules and jQuery Validate without theContinuer la lecture

Tagged , , , , | Laisser un commentaire

Imageslide with jQuery (Maybe with PHP)

Bien, so I have my div tag here and its css style ‘fond’ is set to default.
Par exemple

<div id="slideimage" style="background:url(01.jpg);width:xxpx;height:xxpx;"></div>

And I have my next button

<a href="#" onClick="nextPhoto()">Next</a>

So I want to happen when I clicked on Continuer la lecture

Tagged , , | Laisser un commentaire

Envoi tableau comme une variable de Javascript vers PHP

J'ai un formulaire, and the URL is like this:

http://hostname/projectname/classname/methodname/variablename

And in my JavaScript, I fill an array like this:

var currentrelations = new Array();
    $(".ioAddRelation").each(function(index) {
        currentrelations[index] = $(this).html();
    });

And this array has two values ['eeeeee','eeeeee']…
Alors Continuer la lecture

Tagged , , , , | Laisser un commentaire

jquery dynamic url

I have a form and the url for submitting the form will generated dynamicly

var Var1 = new Array();
var Var2 = new Array();
if(Var1.length===0)
$(this).attr('action', 'http://localhost/Method' ).submit();
if(Var1.lenght!= 0 && Var2.length===0)
$(this).attr('action', 'http://localhost/Method/Var1').submit();
if(Var1.length !=0 && Var2.length!=0)
$(this).attr('action', 'http://localhost/Method/Var1/Var2').submit();

Continuer la lecture

Tagged , | Laisser un commentaire

Jquery tabs keep tab open that is subid in url

i am using jquery tabs, and trying to get pagination in each one, everything works fine however, if i click to go to the next page on say the second tab, it does it fine, but transports me to theContinuer la lecture

Tagged , , , | Laisser un commentaire

Image upload using php,codeigniter and jquery

Im working on a project..there is a form for posting an item .I want user to choose image and as soon as he select the image, the image should appear as preview. I written that code using plain php andContinuer la lecture

Tagged , , | Laisser un commentaire

le chemin du fichier des structures ajax et sessions php

Je travaille sur quelques projets qui est une sorte de partout. Mon fichier d'affichage est index.php. From there I make calls via jquery to ajax functions which then call php file that gets and receives user dataContinuer la lecture

Tagged , , , , | Laisser un commentaire

Faites-vous l'image l'image suivante en utilisant jQuery, dans une galerie du contenu chargé dynamiquement

J'ai chargé dynamiquement mes pouces dans ma galerie à l'aide php, et chaque pouce est liée à son image de grande taille correspondante dans un autre dossier en utilisant également un php variables. par exemple,:

echo'<a href="'.$image_file.'" rel="lrgimg" class="lightbox" style="text-decoration:none;border:none;margin:0px;">
    <img id="thumbs" src="'.$thumbnail_image.'" width="133px" 

Continuer la lecture

Tagged , , , , | Laisser un commentaire

Traitement Jquery Ajax d'envoi de formulaire avec php

Récemment, j'ai été aux prises avec Jquery et Ajax tout en essayant de soumettre des formulaires avec eux. J'ai un formulaire très simple avec un champ de nom d'utilisateur et mot de passe domaine ainsi que d'un bouton submit. Qu'est-ce que le formulaire est censé… Continuer la lecture

Tagged , , | Laisser un commentaire

Javascript / PHP chaîne de coder / décoder avec la clé

I am working on a sign in form using jQuery / CodeIgniter and was wondering if it would be possible to do something like so:
When the user clicks Sign In… it sends a request via AJAX to get a Continuer la lecture

Tagged , , , , | Laisser un commentaire
117 pages