I am looking for a php trainer who can help me?

|
el_mija 2021-04-07 22:19:58
It’s possible work in the front end and the backend at the same time?
مشاوره تخصصی رایگان به اتریش و المان 2021-04-07 22:23:40
i am looking for a php trainer who can help me ?
2021-04-07 22:46:36
el_mija 2021-04-07 22:19:58
It’s possible work in the front end and the backend at the same time?

Yes

2021-04-07 22:46:57
el_mija 2021-04-07 22:19:58
It’s possible work in the front end and the backend at the same time?

Nothing is impossible😌

Tech_Nerd 2021-04-08 00:10:33
BindasBoyRishav 2021-04-07 21:26:33
Thanks for suggesting I’m scaring to do this because my friends told me php is not in demand in this time

That’s a lie

Tech_Nerd 2021-04-08 00:11:01
el_mija 2021-04-07 22:19:58
It’s possible work in the front end and the backend at the same time?

Of course

mProgram 2021-04-08 09:00:58
codeslide-28910.jpg
i have created this chat portal but every time i snd or recieve a new msg i have to scroll down…..what code i need to implement so that it doesnt requires scroll down
Shrey Agarwal 2021-04-08 09:26:34
mProgram 2021-04-08 09:00:58
i have created this chat portal but every time i snd or recieve a new msg i have to scroll down…..what code i need to implement so that it doesnt requires scroll down

If you are using ajax than you can use window.scroll function in jquery to automatic scroll window to the bottom

mProgram 2021-04-08 09:26:54
ok
mProgram 2021-04-08 09:27:04
thnx
Tech_Nerd 2021-04-08 09:28:46
mProgram 2021-04-08 09:00:58
i have created this chat portal but every time i snd or recieve a new msg i have to scroll down…..what code i need to implement so that it doesnt requires scroll down

Use JavaScript

mProgram 2021-04-08 09:55:15
Tech_Nerd 2021-04-08 09:28:46
Use JavaScript

i used timer for this on clinking the send button ……but when i try so scroll up for old data the timer is still active and dont let to scroll up

q12612 2021-04-08 11:06:56
mProgram 2021-04-08 09:55:15
i used timer for this on clinking the send button ……but when i try so scroll up for old data the timer is still active and dont let to scroll up

when scroll up event triggered set the scroll down function to stop

q12612 2021-04-08 11:08:12
use clearIntervel with the scroll down method
mProgram 2021-04-08 11:09:02
Yes it works but only when i click inside div first then use scroll….if i click on the scroll first then the clearinterval dont work
q12612 2021-04-08 11:14:33
mProgram 2021-04-08 11:09:02
Yes it works but only when i click inside div first then use scroll….if i click on the scroll first then the clearinterval dont work

ok . You set time intervel for clicking of button ?

mProgram 2021-04-08 11:14:49
Yes
q12612 2021-04-08 11:16:56
instead of repeated calls you have to set scroll to the buttom of the div once you clicked on the send button. This method worked in my chat application
2021-04-08 11:27:44
Any dev who is expert? Have project
Tech_Nerd 2021-04-08 11:52:42
mProgram 2021-04-08 09:55:15
i used timer for this on clinking the send button ……but when i try so scroll up for old data the timer is still active and dont let to scroll up

Show the code you used

Tech_Nerd 2021-04-08 11:52:55
2021-04-08 11:27:44
Any dev who is expert? Have project

Php?

2021-04-08 12:16:58
Tech_Nerd 2021-04-08 11:52:55
Php?

Yop

Anamika Sharma 2021-04-08 13:11:21
Plz help me
tducdtz 2021-04-08 13:14:53
Let me see your javascript code.
Db 2021-04-08 17:23:36
How to get array data in jQuery Ajax success function
Kunwar Rajdipsinh Hada 2021-04-08 18:56:34
dose any one have freelancer work?
dev_sayan 2021-04-08 19:49:47
Db 2021-04-08 17:23:36
How to get array data in jQuery Ajax success function

jQuery.ajax({
url: “server.php”,
type: “POST”,
data: jQuery(‘#myform’).serialize(),
success: function (result) {
// in result variable you get a array data
}
});

dev_sayan 2021-04-08 19:49:58
try this
Db 2021-04-08 20:05:15
dev_sayan 2021-04-08 19:49:47
jQuery.ajax({
url: “server.php”,
type: “POST”,
data: jQuery(‘#myform’).serialize(),
success: function (result) {
// in result variable you get a array data
}
});

In This method indexed array we can get data but I have associate array

dev_sayan 2021-04-08 20:07:33
success: function (data) {
var name = data[key][value];

}

dev_sayan 2021-04-08 20:09:03
Db 2021-04-08 20:05:15
In This method indexed array we can get data but I have associate array

try this

Db 2021-04-08 20:10:21
Will try👍
dev_sayan 2021-04-08 20:11:33
Db 2021-04-08 20:10:21
Will try👍

ok

Soumen954 2021-04-08 20:12:45
Anyone can know October cms in laravel ?
dev_sayan 2021-04-08 20:14:46
on bro
|