Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6038427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:13:10+00:00 2026-05-23T06:13:10+00:00

I stuck with following constellation: JSBIN Example I want a click function for Check

  • 0

I stuck with following constellation:

JSBIN Example

I want a click function for Check Availibility that does a jquery ajax with a given url (i.e. http://kiris-alinda.de/temp/verify.php) checks if the attribute @ges has a value (ie ges=”1234″) or not (ie ges=””) and finally alerts “true” or “false”

XML Response with true: http://kiris-alinda.de/temp/verify_true.php
XML Response with false: http://kiris-alinda.de/temp/verify_false.php

Thanks a lot in advance for your feedback and an interesting discussion…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T06:13:11+00:00Added an answer on May 23, 2026 at 6:13 am

    you can try this approach

    $.ajax({     
        url: 'http://kiris-alinda.de/temp/verify.php',    
        type: 'GET',    
        datatype: 'xml',    
        success: function(responseValue) {  
            var gesVal = $(responseValue).find('ges').text();
    
            if(gesVal !=null && gesVal !=undefined && gesVal != ""){
                  alert("true");
            }else{
                  alert("false");
            }
    
        },     
        error: function(jqXHR, textStatus, errorThrown) {         
             //error handling goes here     
        } 
    }); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm stuck with the following code: $('div:jqmData(panel=main) div:jqmData(role=content)').live('click', function(event) { hideAllPanels(); alert (clicked); });
A little stuck here. I have a simple question I guess. Given the following
I'm stuck with the following scenario. It has a code smell, that I'm not
I'm a stuck with the following function: <script type=text/javascript> function removeElement($parentDiv, $childDiv){ if (document.getElementById($childDiv))
I'm a bit stuck on the following code: $(document).ready(function () { /* Init DataTables
I am stuck with following problem.I want my application to exit if it detects
heyho, i stuck in the following problem: i try to prevent that a user
I am trying to use Hibernate+Spring in my application but stuck into following error:
I'm new to wicket and stuck with the following problem: I have a table
im learning linked lists in java but am stuck on the following Before deleting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.