Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed deprecated jquery selectors (Serious changes) #15823

Merged
merged 3 commits into from Jan 22, 2020

Conversation

yashrajbothra
Copy link
Contributor

@yashrajbothra yashrajbothra commented Jan 20, 2020

Description

(Commit : 98dc941)

  1. :eq has been replaced with .eq()
    Ref: https://api.jquery.com/eq-selector/

(Commit : e13b4aa)

  1. :odd has been replaced with foreach loop which checks and filter odd.
    Ref: https://api.jquery.com/odd-selector/

  2. :even has been replaced with foreach loop which checks and filter even.
    Ref: https://api.jquery.com/even-selector/

(Commit : 5366772)

  1. :nth:child is replaced with this sloution
    Ref: https://api.jquery.com/nth-child-selector

Fixes: #15792

Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
@williamdes williamdes added this to In progress in pull-requests via automation Jan 20, 2020
@williamdes williamdes moved this from In progress to To merge in pull-requests Jan 20, 2020
@williamdes williamdes added this to the 5.1.0 milestone Jan 20, 2020
pull-requests automation moved this from To merge to Reviewer approved Jan 22, 2020
@williamdes williamdes self-assigned this Jan 22, 2020
@williamdes williamdes added the enhancement A feature request for improving phpMyAdmin label Jan 22, 2020
williamdes added a commit that referenced this pull request Jan 22, 2020
Ref: #15792
Pull-request: #15823
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes merged commit 5366772 into phpmyadmin:master Jan 22, 2020
pull-requests automation moved this from Reviewer approved to Done Jan 22, 2020
williamdes added a commit that referenced this pull request Dec 13, 2020
…ken monitor page

Pull-request: #16530
Ref #15792
Ref: 95eb48f (#15823)

Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit that referenced this pull request Dec 13, 2020
…ken event scheduler button

Pull-request: #16531
Ref: #15792
Follows: #16530 
Ref: 95eb48f (#15823)

Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature request for improving phpMyAdmin
Projects
pull-requests
  
Done
Development

Successfully merging this pull request may close these issues.

jQuery positional selectors are deprecated
3 participants