Search the Community
Showing results for tags 'ajax'.
-
Firma i-systems produkuje i dostarcza oprogramowanie e-commerce dla handlu i dystrybucji. Zajmuje się całościowo projektami e-commerce, włączając rozwiązania OmniChannel retailing, cloud hosting czy systemy B2B. Wszystkie rozwiązania opiera na autorskim oprogramowaniu, które jest rozwijane przez prężnie powiększający się zespół. Wśród klientów firmy znajdują się takie marki, jak New Balance, Distance, Big Star, 5.10.15. czy Monnari. Więcej informacji na stronie http://www.i-systems.pl/ Poszukujemy osoby na stanowisko: Tester Q/A Miejsce pracy: Gliwice
-
Senior Front-End Developer - Nr ref. (73/10) Kraków Job description The vision of our client is to make the process of transferring customer’s money from one country to another as cost- effective and easy as possible. Therefore we are looking for Senior Front-End Developers to take the product to the next stage. For more information or to apply, please contact Patrycja Pałacka-Wilk: ppw[at]infolet.pl Requirements Minimum 3 years of experience in web technologies: JavaScript, HTML5, CSS; Knowledge of AJAX, JSON and REST; Ex
-
- javascript
- json
- (and 5 more)
-
UI Web Developer - Nr ref. (02/208) Kraków Job description Working as a UI Web Developer you will be responsible for developing, coding, testing and debuging new moderately complex software solutions or developing enhancements to existing software in a maintenance capacity. Good understanding of business application is significant on this position. You will work with technical staff to understand problems with software and resolve them. The aim of the position is also resolving customer complaints with software and responds to suggestions for improvements and enhancements. Worki
-
JavaScript Developer - Nr ref. (02/212) Kraków Job description JavaScript Developer will be responsible for developing, coding, testing and debugging new moderately complex software solutions or making enhancement to existing software in a maintenance capacity. The person on this position should have good understanding of business application. He will work with technical staff to understand problems with software and resolve them. He will be also responsible for resolving customer complaints with software and responding to suggestions for improvements and enhancements. He m
-
- javascript
- reactjs
- (and 5 more)
-
Senior Front-End Developer - Nr ref. (73/10) Kraków Job description The vision of our client is to make the process of transferring customer’s money from one country to another as cost- effective and easy as possible. Therefore we are looking for Senior Front-End Developers to take the product to the next stage. For more information or to apply, please contact Patrycja Pałacka-Wilk: ppw[at]infolet.pl Requirements Minimum 3 years of experience in web technologies: JavaScript, HTML5, CSS; Knowledge of AJAX, JSON
-
- javascript
- html5
- (and 5 more)
-
UI Web Developer - Nr ref. (02/208) Kraków Job description The person working on this position will be responsible for developing, coding, testing and debuging new moderately complex software solutions or developing enhancements to existing software in a maintenance capacity. Good understanding of business application is significant on this position. The candidate will work with technical staff to understand problems with software and resolve them. The aim of the position is also resolving customer complaints with software and responds to suggestions for improvements and e
-
- javascript
- reactjs
- (and 5 more)
-
Senior Front-End Developer - Nr ref. (73/10) Kraków Job description The vision of our client is to make the process of transferring customer’s money from one country to another as cost- effective and easy as possible. Therefore we are looking for Senior Front-End Developers to take the product to the next stage. For more information or to apply, please contact Patrycja Pałacka-Wilk: ppw[at]infolet.pl Requirements Minimum 3 years of experience in web technologies: JavaScript, HTML5, CSS; Knowledge of AJAX, JSON and REST;
-
- front-end
- javascript
- (and 5 more)
-
Job description JavaScript Developer will be responsible for developing, coding, testing and debugging new moderately complex software solutions or making enhancement to existing software in a maintenance capacity. The person on this position should have good understanding of business application. He will work with technical staff to understand problems with software and resolve them. He will be also responsible for resolving customer complaints with software and responding to suggestions for improvements and enhancements. He may assist in development of software technical documentation, cre
-
- javascript
- reactjs
-
(and 3 more)
Tagged with:
-
Wiem ogólnie jak to sie robi, ale ponieważ nie siedzę codziennie w js to trochę się pogubiłem. $(document).ready(function() { var sze = window.innerWidth; $.ajax( { url: "index.php?sze="+sze+"", success: function(data) {} }); }); Co więc robię nie tak ; (?
-
Mam taki problemik, otóż w moim pliku ajax znajduje się formularz. Chciałbym, aby ten ajax mógł skorzystać ze zmiennych php, które są w dokumencie wywołującym ajax.php. Czyli wygląda to np tak: "plik.php" ma scrypt javascript który wywołuje ajax.php. $('.coment').on("click",".clickme", function() { var id = $(this).data('id'); var login = $(this).data('login'); var wpisid = $(this).data('wpisid'); $.ajax( { url: "ajax.php", success: function(data) { $("a[data-id