S
S
sadfavsdfgvfdgdfgh2022-04-11 10:31:43
css
sadfavsdfgvfdgdfgh, 2022-04-11 10:31:43

How to formulate Json request to change Css for div?

How to formulate a Json request

{
" ": "Users", "createdby": "", (if the user belongs to the Users group and at the same time his name matches the name of the author of the article. Or if the user belongs to any other group)

function() {****}

then .x-grid3-row {visibility: visible;} ( *** article block *** is displayed as visible to him... otherwise the block is hidden .x-grid3-row {visibility: hidden;} )
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Nesterov, 2022-04-11
@AlexNest

  1. This is done not with the help of styles, but by filtering records at the backend level (otherwise, any student will be able to "hack" your site if they wish).
  2. The implementation method depends on the server PL and the framework (if any)
  3. json which side is involved here?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question