Posts by Rafael Luz • 41 points
6 posts
-
2
votes3
answers481
viewsQ: Changing the text of the Button
I would like to change the text of the button after confirmation reading, however as I have several equal elements in the DOM, how do I change only the text of the button in question. <td…
-
0
votes2
answers939
viewsQ: External Ajax URL Request
I am with following problem,I implemented the code,to get information from RSS blog,however I am not able to access url criticizing error 401,when I place local file works normally. var ajax = new…
-
-3
votes1
answer344
viewsQ: Category Filter
I’m trying to implement the following category filter on my site, but I’m not succeeding.updated code with the 2 filters. <!doctype html> <html> <head> <meta charset="utf-8">…
-
0
votes1
answer4563
viewsQ: Javascript Category Filter
I’m having difficulty implementing a category filter on my site, which when clicking on a certain category, only it is visible. I’ve even managed to create a search filter, based on input typed, but…
-
2
votes1
answer371
viewsQ: Table Filters with jQuery
I implemented a table filter with jQuery, as code below, but I would like to implement a record return counter, as I search. $(function(){ $(".input-search").keyup(function(){ //pega o css da tabela…
-
0
votes0
answers248
viewsQ: PHP display duplicate record
Recently I started developing in PHP+Mysql ,I’m doubtful about the query display, follow scenario. I’m making select with 3 tables mdl_logstore_standard, mdl_course and mdl_user, where on the table…