But i tried my actual logic.

 
Olsby: Wonder if I can sort my table’s data alphabetically without querying the database again

Drumbore: I am trying to render each of my todo items into it’s own li, but it seems that they are all being put into 1 li, can anyone investigate why: https://pastee.org/8kp67 ?

Helle: Jquery ui question. I want to get the accordion not to start at id=”test101″ but instead the h3 tag https://jsfiddle.net/baako/07w55tyj/6/ . looks like by default it after div id=”accordion” which means by default the accordion cl***es get added to div id=”test101″ but i want it to add those cl***es to h3 so that it looks like this https://jsfiddle.net/07w55tyj/1/ hope i made sense

Reznicek: Because someone from javascript said I must ask here

Lepo: That was for baako, cause annoyin

Bonura: Tuite dont make sense

Rubio: Bob Dylan: Don’t ask twice, it’s all right

Sibrian: I think to give up using jsfiddle

Othoudt: Tuite, any solution or idea to the question

President: Baako: what was the question?

Capen: Hellyeah, sorry this points to jdfiddle :

Jillson: I want to get the accordion not to start at id=”test101″ but instead the h3 tag https://jsfiddle.net/baako/07w55tyj/6/ . looks like by default it after div id=”accordion” which means by default the accordion cl***es get added to div id=”test101″ but i want it to add those cl***es to h3 so that it looks like this https://jsfiddle.net/07w55tyj/1/ hope i made sense

Velazguez: Sorry i dont know this one :d

Tsiatsos: Have you used accordion before? hellyeah

Siano: You want to add it to h3

Journey: Hellyeah, let me explain the idea maybe the logic can be changed. basically https://jsfiddle.net/baako/07w55tyj/6/ the “Pay with debit or credit card” option is might be static Visa **** 4242 exp6 / 2019 blah blah are data which gets sent via a jquery ajax response

Popik: The idea is if a user cards saved show them their cards and they can pick which one to use or pay and also give them the option for them to add a new card

Scire: So the give them the option to add a new card should always be they

Tarrants: Basically you want credit card to somewhere for user in case they select same card againm

Palek: The the add a new card option just in case the want to use a new card

Saluja: Https://drive.google.com/open?id=0ByGgvwO76KWTYXFLNXR3Tkw3bGs

Mclouth: Once they used the card it will be remembered right

Rusu: And basically when user click the card they will show its information with jquery ui accordion

Brasier: I typed this before checking url

Lonero: Hellyeah, ignore the “load” button it mights say do you want to pay with card when the user clicks on the button, it will show them accordion stuff

Zaucha: So if the user doesnt have a card saved they will see “pay with debit or credit card”

Mais: I saw similar usage somewhere

Storey: You will get card information from backend right

Sancken: I mean you can check json array has element or not

Borcherding: But if they do they will see all their cards they have saved PLUS the option to pay with debit or credit card

Katra: Then you can show whatever you want

Pigram: Yes the information i from backend

Gosche: In the jsfiddle https://jsfiddle.net/baako/07w55tyj/6/

Stanfa: Will you save your card “debit or credit card” in your db

Sileo: I have shown a jquery post to a function

Evans: The issue is not the payment gateway its getting the structure which i want to display to the user

Morgia: Https://jsfiddle.net/07w55tyj/1/ is when i firsted tried it the structure in the example is right without me added the “Pay with debit or credit card”

Bienek: Btw load show all credit cards

Ghent: But i tried my actual logic here https://jsfiddle.net/baako/07w55tyj/6/ the structure of the accordion doesnt look right