Page 1 of 2 12 LastLast
Results 1 to 25 of 33

Thread: Ajax 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260

    Ajax 2

    1 :

    .
    aptana (), javascript.
    Click image for larger version. 

Name:	Aptana.jpg 
Views:	107 
Size:	187.5 KB 
ID:	24202

    .

    2 :

    :

    :
    Ajax php :
    Code:
     var url = 'Scripts/getGalery.php?id='+hotel_id;
    xmlhttp.open('Get', url, true);
    php :
    Code:
    <a class="picture" href="../phpThumb/phpThumb.php?src=<?php echo $path;?>&w=600" name="../phpThumb/phpThumb.php?src=<?php echo $path;?>&w=480">
    			<img class="box" src="../phpThumb/phpThumb.php?src=<?php echo $path;?>&h=150&zc=1" alt=" "/>
    		</a>
    jQuery- , :

    Code:
    $('.picture').lightBox();
    html , Ajax request .

    , , .

  2. #2
    rogozen's Avatar
    Join Date: Nov:2005
    Location:
    Posts: 357
    , . Ajax iframe. , .. php-. sinoptik API, Google, . , , . Ajax- . lightbox, - .

  3. #3
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    , , XMLHttpRequest . . , . , . , - innerHTML DIV SPAN. .
    , , . , JQuery .

    -, XMLHttpRequest( Ajax) .
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  4. #4
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    1 :

    API. .

    , , , , .

    php.

    2 :

    div .

    :

    Ajax+jQuery.rar

  5. #5
    rogozen's Avatar
    Join Date: Nov:2005
    Location:
    Posts: 357
    , . iframe , window ( parent- iframe-). location.href .

    , API, API moitepari.bg, . sinoptik.bg .

    , . date picker-, id dateAjax. ajax callback .

    , jQuery. ajax ?

  6. #6
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    Quote Originally Posted by rogozen View Post
    3. , API, API moitepari.bg, . sinoptik.bg .

    1. , . date picker-, id dateAjax. ajax callback .

    2., jQuery. ajax ?
    1. , Ajax.

    2. .

    3. .
    ( ) , , php ,e fopen fread , , API.
    , , .
    Last edited by bombov; 6th October 2009 at 21:45.

  7. #7
    rogozen's Avatar
    Join Date: Nov:2005
    Location:
    Posts: 357
    :
    Code:
    function Test(){
    	jQuery.get('Scripts/getPicker.php', function(data){
    		$('#Ajaxresult').html(data);
    		$("#dateAjax").datepicker({minDate:-30, maxDate: '+5M +10D'});
    	});
    }

  8. #8
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653
    sinoptik.bg. : request ( ), request , . .

  9. #9
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    Quote Originally Posted by View Post
    sinoptik.bg. : request ( ), request , . .
    , .

    example div .

    @rogozen

    .

  10. #10
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    . , , , - . (), , Regular Expressions. XML , , .
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  11. #11
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    Quote Originally Posted by Bombera View Post
    . , , , - . (), , Regular Expressions. XML , , .
    .

    php,ajax javascript.

    .

  12. #12
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    ? XML ( ), , XML , .
    . () , , , - XML , - (DIV e.g). , .
    , - , - -
    Last edited by Bombera; 7th October 2009 at 00:40.
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  13. #13
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    Quote Originally Posted by Bombera View Post
    ?
    php,javascript,Ajax( , javascript-a jax-a ).
    .

    - , , .

    . , , .

    @Bombera

    XML . . , php . , java-.
    Last edited by bombov; 6th October 2009 at 22:43.

  14. #14
    Registered User 's Avatar
    Join Date: Feb:2006
    Location:
    Posts: 653
    Quote Originally Posted by bombov View Post
    php,javascript,Ajax( , javascript-a jax-a ).
    .

    - , , .

    . , , .

    @Bombera

    XML . . , php . , java-.

    IndexOf findstring, strfind php , , ( , ).
    , , substring , . - , .
    ..

  15. #15
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    :

    Temperature.rar

    , , , .

  16. #16
    Registered User
    Join Date: Oct:2006
    Location: Plovdiv
    Posts: 305
    . .js try-catch . jquery? - 1-2 ( ajax framework 1 )

    ajax-a jquery : http://docs.jquery.com/Ajax/jQuery.ajax#examples

    serialize .
    prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?

  17. #17
    Registered User bombov's Avatar
    Join Date: Jan:2007
    Location:
    Posts: 260
    Quote Originally Posted by DiadoMraz View Post
    . .js try-catch . jquery? - 1-2 ( ajax framework 1 )

    ajax-a jquery : http://docs.jquery.com/Ajax/jQuery.ajax#examples

    serialize .
    , Ajax. , , , jQuery Ajax request.

  18. #18
    Registered User
    Join Date: Oct:2006
    Location: Plovdiv
    Posts: 305
    Quote Originally Posted by bombov View Post
    , Ajax. , , , jQuery Ajax request.

    , ajax ajax jquery ajax. jQuery ajax . XmlHttpRequest-a try-catch-.

    jQuery . - ""
    prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?

  19. #19
    Registered User
    Join Date: Jul:2005
    Location: Sofiq
    Posts: 2,798
    Quote Originally Posted by DiadoMraz View Post
    . .js try-catch . jquery? - 1-2 ( ajax framework 1 )

    ajax-a jquery : http://docs.jquery.com/Ajax/jQuery.ajax#examples

    serialize .
    jquery. , . , .

    AJAX , .. jquery .

    jquery ( ), swfupload. . . , 50-60 3 ( 2 ).
    Last edited by _ShadoW_; 14th October 2009 at 17:38.

  20. #20
    rogozen's Avatar
    Join Date: Nov:2005
    Location:
    Posts: 357
    jQuery . , javascript-. . - , . header- , .

  21. #21
    Registered User
    Join Date: Jul:2005
    Location: Sofiq
    Posts: 2,798
    Quote Originally Posted by rogozen View Post
    jQuery . , javascript-. . - , . header- , .
    : Success, Fail, Error. js. , . : rror " ", Fail: " !" .. . js , Json XML ( ).

    A jquery , 120, 10 000 500-600 . . . + AJAX .
    Last edited by _ShadoW_; 14th October 2009 at 19:50.

  22. #22
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    Quote Originally Posted by rogozen View Post
    ... javascript-...
    , "- "
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  23. #23
    rogozen's Avatar
    Join Date: Nov:2005
    Location:
    Posts: 357
    Quote Originally Posted by _ShadoW_ View Post
    : Success, Fail, Error. js. , . : rror " ", Fail: " !" .. . js , Json XML ( ).
    Ajax- jQuery callback .

    Quote Originally Posted by _ShadoW_ View Post
    A jquery , 120, 10 000 500-600 . . . + AJAX .
    , . "Minified and Gzipped" js . http://sizzlejs.com/. Ajax, http://www.openjs.com/scripts/jx/. , . .

    Quote Originally Posted by Bombera View Post
    , "- "
    Javascript , .

  24. #24
    Registered User
    Join Date: Oct:2006
    Location: Plovdiv
    Posts: 305
    Quote Originally Posted by _ShadoW_ View Post
    jquery. , .

    , .
    ? . , , . .



    Quote Originally Posted by _ShadoW_ View Post
    jquery ( )...




    Quote Originally Posted by _ShadoW_ View Post
    ?



    . jquery . . ( ), , ajax-a . - . ( ), XMLHttpRequest ActiveX IE - .
    prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?

  25. #25
    Registered User
    Join Date: Jul:2005
    Location: Sofiq
    Posts: 2,798
    Quote Originally Posted by DiadoMraz View Post
    . jquery . . ( ), , ajax-a . - . ( ), XMLHttpRequest ActiveX IE - .
    , -, , . , js. , . , jquery http://kefche.bg/_js/friends.class.js.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |