Posts by Fabiano Galdino • 55 points
2 posts
-
5
votes2
answers804
viewsQ: Regex for single quotes
I would like to remove the single quotes in the middle of a text, ignoring the ones at the beginning and end, if any. 1st Case: 'Texto e pala'vras' = 'Texto e palavras' 2nd Case: Texto e pala'vras =…
-
0
votes1
answer45
viewsQ: How not to select a particular form element?
Hello, I wish my form didn’t select CAMPO_VALOR, but even using . not() it still returns a form with CAMPO_VALOR. var $form = $("#frmParcelas"); var formSemCampoValor = $form.not('#CAMPO_VALOR');…
jqueryasked Fabiano Galdino 55