• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Web App Search using Ajax ?

New Here ,
Aug 28, 2012 Aug 28, 2012

Copy link to clipboard

Copied

I've created a webapp that save the user pictures information, now I want to create a page where user can filter the list displayed using ajax. I have a requirement for not using any submit button to filter the data but as soon as the user select the data such as a checkbox is checked the data displayed should gets filtered up according to the criteria but with ajax effect. How can I achieve on this issue ?

Below is the image of the filter box:

search.png

TOPICS
Newbie Corner

Views

1.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Aug 28, 2012 Aug 28, 2012

Hi,

The way to do that would be to use jQuery post function http://api.jquery.com/jQuery.post/ and submit the web app search form using that function, then capture the results and display them on the page.

See http://kb.worldsecuresystems.com/733/bc_733.html#main_Web_App_Search

JavaScript is outside of support's scope so I can not unfortunately offer more help on this, but I hope this gives you an idea of what you need to do.

Kind regards,

-Sidney

Votes

Translate

Translate
New Here ,
Aug 28, 2012 Aug 28, 2012

Copy link to clipboard

Copied

Can anyone help me in this issue, I am not getting sufficient documentation in catalyst may be you can provide me some.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 28, 2012 Aug 28, 2012

Copy link to clipboard

Copied

Hi,

The way to do that would be to use jQuery post function http://api.jquery.com/jQuery.post/ and submit the web app search form using that function, then capture the results and display them on the page.

See http://kb.worldsecuresystems.com/733/bc_733.html#main_Web_App_Search

JavaScript is outside of support's scope so I can not unfortunately offer more help on this, but I hope this gives you an idea of what you need to do.

Kind regards,

-Sidney

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 30, 2012 Aug 30, 2012

Copy link to clipboard

Copied

LATEST

Hi Sidney,

thanks for your reply, I'll try that and get back to here. I hope that will sort out my issue. Thanks.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines