You are viewing limited content. For full access, please sign in.

Question

Question

What is the best and quick way to delete all rows of collection but still remain the title?

asked on March 28, 2015

I try this:

$(document).ready(function(){
  $('#q7').empty(); 
 
})

But the title was removed with all rows.

Then I try another code:

$(document).ready(function(){
  $('#q7 ul').empty(); 
 
})

The title remains but all lines remain too.

Please suggest and thank you in advance.

0 0

Replies

replied on March 31, 2015

Do you want collection to show as section? What about add a section, and add a field rules to hide the collection and show the section?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.