Vertaling van "objet jquery" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Cette action retourne un objet jQuery contenant l'élément de bouton.
This action returns a jQuery object containing the droppable element.
Cette méthode retourne un objet jQuery contenant l'élément sortable.
This method returns a jQuery object containing the sortable element.
Cette action retourne un objet jQuery contenant le menu.
Retourne un objet jQuery contenant l'élément draggable.
Returns a jQuery object containing the draggable element.
Votre méthode doit renvoyer l'objet jQuery, à moins d'indication contraire explicity.
Your method must return the jQuery object, unless explicity noted otherwise.
C'est comme un objet jQuery.
It's like a jQuery object.
Une démonstration simple consisterait à trouver un élément avec un identifiant, puis à accéder à l'objet jQuery pour renvoyer l'élément DOM sous-jacent (cela fonctionnera également lorsque plusieurs éléments sont mis en correspondance ou présents).
A simple demonstration would be to find an element with an id, and then access the jQuery object to return the underlying DOM element (this will also work when multiple elements are matched or present).
Poignée : Un objet jQuery représentant la poignée qui a été déplacé.
handle: A jQuery object representing the handle that was moved.
Poignée : Un objet jQuery représentant la poignée étant déplacée.
handle: A jQuery object representing the handle being moved.
Traduire un ensemble d'éléments dans l'objet jQuery dans un autre ensemble de valeurs dans un tableau jQuery (qui peut, ou peut ne pas contenir des éléments).
Translate a set of elements in the jQuery object into another set of values in a jQuery array (which may, or may not contain elements).
Les méthodes jQuery peuvent alors être utilisées sur un « objet jQuery » et les méthodes lxml sur un « objet lxml ».
jQuery methods, then, can be used on a 'jQuery object'; lxml methods can be used on a 'lxml object'.
Chaque fois que jQuery est appelé, en interne, jQuery se réfère à son prototype sous la forme.fn, et le style utilisé ici pour instancier en interne un objet jQuery permet à ce prototype d'être exposé sans l'utilisation explicite de new par l'appelant.
Internally jQuery refers to its prototype as.fn, and the style used here of internally instantiating a jQuery object allows for that prototype to be exposed without the explicit use of new by the caller.
La plupart des méthodes DOM Traversal ne modifient pas l'objet jQuery et ils sont utilisés pour filtrer les éléments d'un document sur la base des conditions données.
Most of the DOM Traversal Methods do not modify the jQuery object and they are used to filter out elements from a document based on given conditions.