The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Modify this code to work correctly

5 posters

Go down

Solved Modify this code to work correctly

Post by hamesashek March 10th 2018, 11:17 pm

Correct this code

I have to work for this code but make sure it is formatted
Whether it is on standby or there are errors



Code:

$(function(){
  $('body').append($('<div class="ripple">'
 .css({
   object.style.display="none"
  ));
  $('.iple')'</div>';;
});
    



Last edited by hamesashek on March 12th 2018, 11:53 am; edited 1 time in total
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by TheCrow March 10th 2018, 11:22 pm

Hello, what will this code do?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Modify this code to work correctly

Post by SSYT March 11th 2018, 9:32 am

Code:
$(function(){
  $('body').append($('<div class="ripple" />').css({
      this.style.display = "none"
  ));
});
SSYT
SSYT
Forumember

Male Posts : 77
Reputation : 15
Language : RO-10, EN-3, FR-1
Location : Romania

http://help.forumgratuit.ro/forum

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 11th 2018, 10:12 am

Luffy wrote:Hello, what will this code do?

J'ai un travail à faire dans le Tumblite mais j'ai besoin de faire ce code correctement
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 11th 2018, 10:27 am

Apollo 2.0 wrote:
Code:
$(function(){
  $('body').append($('<div class="ripple" />').css({
      this.style.display = "none"
  ));
});
I want a class to have a class inside the tumblite
I mean, I want to control the first course by hiding it, but inside it's the next course in the tumblite
Example
Code:

 <body> 
 <div class="ripple">
  class="progress-count"
  </div>

Another example was JavaScript
Code:

  $(function(){
  $('body').append($('<div class="ripple">').css({
      this.style.display = "none"
  else $('#bbcodejsfiddle').hide();
 '</div>')
  ));
});
 

Sorry for the language


Last edited by hamesashek on March 11th 2018, 1:03 pm; edited 1 time in total
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by TheCrow March 11th 2018, 12:45 pm

Please speak in English, as this is an English support forum.
Please read our forum rules: ESF General Rules

Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Modify this code to work correctly

Post by SLGray March 11th 2018, 7:27 pm

What is a tumblite?


Modify this code to work correctly Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Modify this code to work correctly

Post by SSYT March 11th 2018, 7:50 pm

Code:
$(function(){
  $('body').append($('<div class="ripple" />').attr('class', 'progress-count').css({
      this.style.display = "none"
  ));

  if(document.querySelector('.ripple')) $('#bbcodejsfiddle').hide();
});
SSYT
SSYT
Forumember

Male Posts : 77
Reputation : 15
Language : RO-10, EN-3, FR-1
Location : Romania

http://help.forumgratuit.ro/forum

Back to top Go down

Solved Re: Modify this code to work correctly

Post by SLGray March 11th 2018, 8:19 pm

Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
Please read our forum rules:  ESF General Rules


Modify this code to work correctly Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 11th 2018, 8:21 pm

It does not work. The lock must be placed at the bottom to work
No one can do it please close the topic
thank you all
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 11th 2018, 8:24 pm

SLGray wrote:What is a tumblite?
I have a task to do in the templates but I need to do this code correctly
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by TheCrow March 11th 2018, 9:33 pm

hamesashek wrote:
It does not work. The lock must be placed at the bottom to work
No one can do it please close the topic
thank you all

Can you please explain more or at least show us some images of what you are trying to do? I am guessing no one knows what you are wanting besides you. Please give us some more information about your issue.. Thanks.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 11th 2018, 10:36 pm

I want to make Class "hide-mobile-wdbloog" in concealment to hide Klaas "search-box"

Modify this code to work correctly Aaaaaa10
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by TheCrow March 11th 2018, 10:52 pm

So you are trying to wrap the body around the div in order to make it smaller while on mobile devices? With the new div class?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 11th 2018, 11:12 pm

Well done
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by TheCrow March 11th 2018, 11:25 pm

I hope this is what you're trying to do. Based on the image you added you want to wrap search box with this div and hide it..
Try adding this as your Javascript:
Code:
$(document).ready(function() {
  $('.search-box').wrap('<div class="ripple" />');
  $('.ripple').css('display','none');
});
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Modify this code to work correctly

Post by hamesashek March 12th 2018, 12:34 am

Great job thank you
Your solution was done
hamesashek
hamesashek
Forumember

Male Posts : 111
Reputation : 1
Language : hamesashek

http://bestk.forumegypt.net

Back to top Go down

Solved Re: Modify this code to work correctly

Post by SLGray March 12th 2018, 1:25 am

Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
Please read our forum rules:  ESF General Rules


Modify this code to work correctly Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51481
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Modify this code to work correctly

Post by Ape March 14th 2018, 10:42 am

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Modify this code to work correctly Left1212Modify this code to work correctly Center11Modify this code to work correctly Right112
Modify this code to work correctly Ape_b110
Modify this code to work correctly Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19109
Reputation : 1991
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum