skip to Main Content

Jquery – how to get the value of data-id in an html when clicked using javascript forloop and return the value

this is my html <ul class="conversations"> {% if t_ques %} <li class="grouping">Today</li> {% for item in t_ques %} <li class="active"> <a id="convers" class="conversation-button text-[#E8F5FC] my-2" href="{% url 'assistant:continuechat' item.pk %}" data-pk="{{item.pk}}"> <i class="fa fa-message fa-regular"></i> {{item.title| truncatewords:04 }} </a> <div…

VIEW QUESTION

WordPress admin-ajax.php what is search parameter

I am new to php and wordpress. On admin-ajax.php is there a search parameter i can add ? These parameters are in the ajax post; action: rblivep data[uuid]: uid_search_0 data[name]: grid_small_1 data[posts_per_page]: 8 data[pagination]: infinite_scroll data[crop_size]: foxiz_crop_g1 data[entry_category]: bg-1 data[entry_meta][]:…

VIEW QUESTION
Back To Top
Search